Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiatek committed Nov 21, 2023
1 parent af77b3c commit 1cb2c78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,18 @@ jobs:
run: npm run docs
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
env:
ably_aws_account_id_sdk: ${{ secrets.TEST }}
if: ${{ env.ably_aws_account_id_sdk != '' }}
with:
aws-region: eu-west-2
role-to-assume: arn:aws:iam::${{ secrets.ABLY_AWS_ACCOUNT_ID_SDK }}:role/ably-sdk-builds-spaces
role-session-name: "${{ github.run_id }}-${{ github.run_number }}"
- name: Upload Documentation
uses: ably/sdk-upload-action@v1
env:
ably_aws_account_id_sdk: ${{ secrets.TEST }}
if: ${{ env.ably_aws_account_id_sdk != '' }}
with:
sourcePath: docs/typedoc/generated
githubToken: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1cb2c78

Please sign in to comment.