mirror of
https://github.com/tiennm99/miti99bot.git
synced 2026-07-28 20:20:52 +00:00
fix(ci): pin deploy role ARN for OIDC auth
The deploy workflow no longer relies on a missing AWS_ACCOUNT_ID secret, preventing invalid assume-role ARNs and matching the repo's documented AWS setup.
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
- uses: aws-actions/configure-aws-credentials@v4
|
||||
with:
|
||||
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/github-deploy-miti99bot
|
||||
role-to-assume: arn:aws:iam::225603493174:role/github-deploy-miti99bot
|
||||
aws-region: ${{ env.AWS_REGION }}
|
||||
|
||||
- name: Build Lambda binary
|
||||
|
||||
Reference in New Issue
Block a user