Skip to content

Commit

Permalink
add aws command
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomontero committed May 7, 2024
1 parent 04d64a1 commit 4ace3b7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@ jobs:
run: |
npm run generate:manifest ./build ${{ secrets.BINARIES_BASE_URL }}
- name: test aws command
run: aws --version

- name: Aws Assume Role
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN }}
role-session-name: 'particle-cli-upload-session'
aws-region: ${{ secrets.AWS_S3_REGION }}

- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 4ace3b7

Please sign in to comment.