We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2174de commit edac698Copy full SHA for edac698
1 file changed
.github/workflows/docs_deploy.yml
@@ -183,6 +183,9 @@ jobs:
183
ssh_key=$(openssl enc -aes-256-cbc -d -in qiskit/tools/github_poBranch_update_key.enc -K $SSH_UPDATE_KEY -iv $SSH_UPDATE_IV)
184
echo "::add-mask::${ssh_key}"
185
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 }}
189
190
- uses: actions/checkout@v3
191
with:
0 commit comments