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.
1 parent b842142 commit d09e485Copy full SHA for d09e485
.github/workflows/generate_monthly_changelog.yml
@@ -106,7 +106,7 @@ jobs:
106
# Import GPG key to sign commits:
107
- name: 'Import GPG key to sign commits'
108
# Pin action to full length commit SHA
109
- uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
+ uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
110
with:
111
gpg_private_key: ${{ secrets.STDLIB_BOT_GPG_PRIVATE_KEY }}
112
passphrase: ${{ secrets.STDLIB_BOT_GPG_PASSPHRASE }}
0 commit comments