We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21af51a commit 8c1f0a3Copy full SHA for 8c1f0a3
.github/workflows/node-ci.yml
@@ -41,7 +41,7 @@ jobs:
41
# Note that AWS CLI v2 is already installed by default on GitHub's Ubuntu 20.04.
42
# per https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md#cli-tools.
43
- name: Add AWS credentials
44
- if: ${{ env.IS_PUSH_TO_MASTER }}
+ if: ${{ env.IS_PUSH_TO_MASTER == true }}
45
run: mkdir ~/.aws && printf '%s\n' '[default]' "aws_access_key_id=$AWS_ACCESS_KEY_ID" "aws_secret_access_key=$AWS_SECRET_ACCESS_KEY" "region=$AWS_REGION" > ~/.aws/config
46
env:
47
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
0 commit comments