Skip to content

Commit

Permalink
chore: add env var to avoid unnecessary aws API calls
Browse files Browse the repository at this point in the history
  • Loading branch information
RodEsp committed Nov 4, 2022
1 parent b9c433f commit e0110ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packUploadMac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_EC2_METADATA_DISABLED: true
needs: [macos]
steps:
- run: aws s3 cp s3://dfc-data-production/media/salesforce-cli/${{ inputs.cli }}/channels/${{ inputs.channel }}/sfdx-x64.pkg ./sfdx.pkg
Expand Down

0 comments on commit e0110ea

Please sign in to comment.