Skip to content

Commit f316c82

Browse files
adjust async workflow
1 parent 407d131 commit f316c82

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
@@ -424,6 +424,13 @@ jobs:
424424
run: |
425425
gpg --quiet --batch --yes --decrypt --passphrase="$PARAMETERS_SECRET" \
426426
.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
427434
- name: Download wheel(s)
428435
uses: actions/download-artifact@v4
429436
with:

0 commit comments

Comments
 (0)