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.
2 parents 652a675 + fb59ba3 commit 0d631c4Copy full SHA for 0d631c4
.github/workflows/wrapper-upgrade-execution.yml
@@ -16,7 +16,7 @@ jobs:
16
TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
run: git config --global url."https://unused-username:${TOKEN}@github.com/".insteadOf "https://github.com/"
18
- name: Import GPG key
19
- uses: crazy-max/ghaction-import-gpg@d6f3f49f3345e29369fe57596a3ca8f94c4d2ca7
+ uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef
20
with:
21
gpg_private_key: ${{ secrets.GH_BOT_PGP_PRIVATE_KEY }}
22
passphrase: ${{ secrets.GH_BOT_PGP_PASSPHRASE }}
0 commit comments