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