Skip to content

Commit edac698

Browse files
committed
Add missing secret insertions
1 parent a2174de commit edac698

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs_deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@ jobs:
183183
ssh_key=$(openssl enc -aes-256-cbc -d -in qiskit/tools/github_poBranch_update_key.enc -K $SSH_UPDATE_KEY -iv $SSH_UPDATE_IV)
184184
echo "::add-mask::${ssh_key}"
185185
echo "ssh_key=${ssh_key}" >> "$GITHUB_OUTPUT"
186+
env:
187+
SSH_UPDATE_KEY: ${{ secrets.encrypted_ssh_translatables_key }}
188+
SSH_UPDATE_IV: ${{ secrets.encrypted_ssh_translatables_iv }}
186189

187190
- uses: actions/checkout@v3
188191
with:

0 commit comments

Comments
 (0)