Skip to content

Commit 49d5a0a

Browse files
adjust async workflow
1 parent 6103817 commit 49d5a0a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,13 @@ jobs:
419419
run: |
420420
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
421421
.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
422429
- name: Download wheel(s)
423430
uses: actions/download-artifact@v4
424431
with:

0 commit comments

Comments
 (0)