We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fa8a6 commit f1778d9Copy full SHA for f1778d9
.github/workflows/test.yml
@@ -40,3 +40,7 @@ jobs:
40
path: layers
41
- run: find . | sort
42
- run: python --version
43
+ - uses: aws-actions/configure-aws-credentials@v4
44
+ with:
45
+ role-to-assume: ${{ secrets.ROLE_ARN }}
46
+ aws-region: ap-northeast-1
0 commit comments