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 407d131 commit f316c82Copy full SHA for f316c82
.github/workflows/build_test.yml
@@ -424,6 +424,13 @@ jobs:
424
run: |
425
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
426
.github/workflows/parameters/public/parameters_${{ matrix.cloud-provider }}.py.gpg > test/parameters.py
427
+ - name: Setup private key file
428
+ shell: bash
429
+ env:
430
+ PYTHON_PRIVATE_KEY_SECRET: ${{ secrets.PYTHON_PRIVATE_KEY_SECRET }}
431
+ run: |
432
+ gpg --quiet --batch --yes --decrypt --passphrase="$PYTHON_PRIVATE_KEY_SECRET" \
433
+ .github/workflows/parameters/public/rsa_keys/rsa_key_python_${{ matrix.cloud-provider }}.p8.gpg > test/rsa_key_python_${{ matrix.cloud-provider }}.p8
434
- name: Download wheel(s)
435
uses: actions/download-artifact@v4
436
with:
0 commit comments