We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afea499 commit a429377Copy full SHA for a429377
.github/workflows/build_test.yml
@@ -140,8 +140,9 @@ jobs:
140
env:
141
PARAMETERS_SECRET: ${{ secrets.PARAMETERS_SECRET }}
142
run: |
143
+ mkdir -p ~/.snowflake
144
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
- .github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
145
+ .github/workflows/connections/connections_${{ matrix.cloud-provider }}.toml.gpg > ~/.snowflake/connections.toml
146
- name: Download wheel(s)
147
uses: actions/download-artifact@v4
148
with:
0 commit comments