Skip to content

Commit f1778d9

Browse files
committed
fix
1 parent 56fa8a6 commit f1778d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ jobs:
4040
path: layers
4141
- run: find . | sort
4242
- 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

Comments
 (0)