Skip to content

Commit

Permalink
secrets.AWS_IAM_ROLE #85
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Feb 4, 2024
1 parent e84d079 commit d39ae23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run: npm test
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_IAM_ROLE: "arn:aws:iam::110797354241:role/service-role/LambdaExecRole"
AWS_IAM_ROLE: ${{ secrets.AWS_IAM_ROLE }}
AWS_REGION: "eu-west-1"
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
# https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context
Expand Down

0 comments on commit d39ae23

Please sign in to comment.