Skip to content

Commit

Permalink
Use credentials with smoke tests too
Browse files Browse the repository at this point in the history
  • Loading branch information
Bret Ambrose committed Nov 13, 2024
1 parent 5881ac3 commit 31e556d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,11 @@ jobs:
sudo apt install cmake
gcc --version
cmake --version
- name: configure AWS credentials (containers)
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ env.CI_IOT_CONTAINERS }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: Build ${{ env.PACKAGE_NAME }} + consumers
run: |
echo "Downloading source"
Expand Down

0 comments on commit 31e556d

Please sign in to comment.