Skip to content

Commit

Permalink
fix: Add aws session token (twilio#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuj Badhwar committed Sep 23, 2021
1 parent 75aa40c commit 8cfac65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/oclif-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-session-token: ${{ secrets.AWS_SESSION_TOKEN }}
aws-region: us-east-1
- name: Publish assests to s3 and calculate sha of oclif dev pack
id: sha256
Expand Down

0 comments on commit 8cfac65

Please sign in to comment.