We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84d079 commit d39ae23Copy full SHA for d39ae23
1 file changed
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
- run: npm test
46
env:
47
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
48
- AWS_IAM_ROLE: "arn:aws:iam::110797354241:role/service-role/LambdaExecRole"
+ AWS_IAM_ROLE: ${{ secrets.AWS_IAM_ROLE }}
49
AWS_REGION: "eu-west-1"
50
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
51
# https://docs.github.com/en/actions/learn-github-actions/contexts#runner-context
0 commit comments