Skip to content

Commit

Permalink
refactor: aws cred
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jan 23, 2024
1 parent 4e21eb4 commit 0772b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/serverless-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
uses: aws-actions/configure-aws-credentials@v1
with:
aws-region: eu-west-2
audience: sts.amazonaws.com
# audience: sts.amazonaws.com
role-to-assume: ${{ secrets.AWS_DEPLOYER_ROLE }}
role-session-name: OIDCSession
# role-session-name: OIDCSession
mask-aws-account-id: true
# - name: Serverless Authentication
# run: npx serverless config credentials --provider aws --key ${{ env.AWS_ACCESS_KEY_ID }} --secret ${{ env.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 0772b5e

Please sign in to comment.