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 45ebc6c commit a317be8Copy full SHA for a317be8
.github/workflows/snowpark-ci-cd.yml
@@ -20,8 +20,8 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
pip install -r requirements.txt
23
- - name: Set environment variables
24
- run: |
+ - name: Set environment variables
+ run: |
25
echo "AWS_ACCESS_KEY=${{ secrets.AWS_ACCESS_KEY }}" >> $GITHUB_ENV
26
echo "AWS_SECRET_KEY=${{ secrets.AWS_SECRET_KEY }}" >> $GITHUB_ENV
27
if [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
0 commit comments