Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix creds
  • Loading branch information
sfodagain committed Jun 5, 2024
commit 6a1e7c7663344d5ad17c8b273d708829d18282ce
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -425,11 +425,11 @@ jobs:
run: |
python3 -m pip install awsiotsdk
python3 -m pip install -U git+https://github.com/aws-greengrass/[email protected]
# - name: Configure AWS credentials (Greengrass)
# uses: aws-actions/configure-aws-credentials@v2
# with:
# role-to-assume: ${{ env.CI_GREENGRASS_INSTALLER_ROLE }}
# aws-region: ${{ env.AWS_DEFAULT_REGION }}
- name: Configure AWS credentials (Greengrass)
uses: aws-actions/configure-aws-credentials@v2
with:
role-to-assume: ${{ env.CI_GREENGRASS_INSTALLER_ROLE }}
aws-region: ${{ env.AWS_DEFAULT_REGION }}
# - name: Build and run Greengrass basic discovery sample
# working-directory: ./aws-iot-device-sdk-python-v2/test/greengrass/basic_discovery
# run: |
Expand Down