Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
norbybaru committed Aug 3, 2023
1 parent bb02d6e commit d21bf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ env.AWS_ASSUME_ROLE }}
role-to-assume: ${{ vars.AWS_ASSUME_ROLE }}
aws-region: eu-west-1

- name: Setup PHP
Expand Down

0 comments on commit d21bf8e

Please sign in to comment.