아무리 작은 트러블이라도 기록해보려고 한다
에러에서 5분 이상 시간을 빼앗긴 것들은 다 기록 해보도록 하자
configure-aws-credentials 를 사용할 때
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: ${{ secrets.AWS_DEPLOY_ROLE }}
aws-region: ap-northeast-2
Credentials could not be loaded, please check your action inputs: Could not load credentials from any providers
permission:
id-token : write
이거 추가하니 해결됨
'TIL,WIL(일간,주간 회고)' 카테고리의 다른 글
[TIL] http/1.1와 http/2 차이 (0) | 2024.05.06 |
---|---|
[TIL]<s3, nestjs, aws-sdk> listObjectsV2 access denied 에러 (0) | 2024.04.02 |
[TIL] mongoose(몽고디비) dot notation, filtered positional operator (0) | 2023.10.25 |
[TIL][리눅스] .env 파일 변경확인 법(aws 코드디플로이) (0) | 2023.10.25 |
[TIL] 엄청단순한 postman 오류? (1) | 2023.10.10 |