We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a03a92d commit 13fa696Copy full SHA for 13fa696
.github/workflows/wrapper-upgrade-execution.yml
@@ -15,7 +15,7 @@ jobs:
15
TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
run: git config --global url."https://unused-username:${TOKEN}@github.com/".insteadOf "https://github.com/"
17
- name: Import GPG key
18
- uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5
+ uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec
19
with:
20
gpg_private_key: ${{ secrets.GH_BOT_PGP_PRIVATE_KEY }}
21
passphrase: ${{ secrets.GH_BOT_PGP_PASSPHRASE }}
0 commit comments