Skip to content

Commit

Permalink
refactor: try serverless deploy without auth
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jan 23, 2024
1 parent 5382279 commit 4e21eb4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/serverless-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
aws-region: eu-west-2
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 }}
# - name: Serverless Authentication
# run: npx serverless config credentials --provider aws --key ${{ env.AWS_ACCESS_KEY_ID }} --secret ${{ env.AWS_SECRET_ACCESS_KEY }}
- name: serverless_deploy
run: npm run deploy
# env:
Expand Down

0 comments on commit 4e21eb4

Please sign in to comment.