Skip to content

Commit

Permalink
Merge pull request #163 from gradle/dependabot/github_actions/crazy-m…
Browse files Browse the repository at this point in the history
…ax/ghaction-import-gpg-6.0.0

Bump crazy-max/ghaction-import-gpg from 5.4.0 to 6.0.0
  • Loading branch information
alextu authored Sep 11, 2023
2 parents 3c4b4b9 + 1874e6c commit 0db630a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wrapper-upgrade-execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: git config --global url."https://unused-username:${TOKEN}@github.com/".insteadOf "https://github.com/"
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@d6f3f49f3345e29369fe57596a3ca8f94c4d2ca7
uses: crazy-max/ghaction-import-gpg@82a020f1f7f605c65dd2449b392a52c3fcfef7ef
with:
gpg_private_key: ${{ secrets.GH_BOT_PGP_PRIVATE_KEY }}
passphrase: ${{ secrets.GH_BOT_PGP_PASSPHRASE }}
Expand Down

0 comments on commit 0db630a

Please sign in to comment.