Skip to content

updated build spec, added basic github action to test #2

updated build spec, added basic github action to test

updated build spec, added basic github action to test #2

Workflow file for this run

on:
push
jobs:
AssumeRoleAndCallIdentity:
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
aws-region: eu-west-2
role-to-assume: ${{ secrets.AWS_ROLE_TO_ASSUME }}
role-session-name: GitHubWorkflow
- name: Sts GetCallerIdentity
run: |
aws sts get-caller-identity