Skip to content

Commit

Permalink
fixup! Add GitHub Actions workflow for CDN uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
surminus committed Aug 22, 2023
1 parent 5bdc466 commit d86a481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.event.inputs.version }}
- uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: arn:aws:iam::${{ secrets.ABLY_AWS_ACCOUNT_ID_PRODUCTION }}:role/github-actions-sdk
role-to-assume: arn:aws:iam::${{ secrets.ABLY_AWS_ACCOUNT_ID_SDK }}:role/prod-ably-sdk-cdn
aws-region: us-east-1
- name: Use Node.js 14.x
uses: actions/setup-node@v3
Expand Down

0 comments on commit d86a481

Please sign in to comment.