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 1a54bca commit 0ca8e83Copy full SHA for 0ca8e83
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
go-version-file: 'go.mod'
82
- name: Import GPG key
83
id: import_gpg
84
- uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5
+ uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec
85
with:
86
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
87
passphrase: ${{ secrets.PASSPHRASE }}
0 commit comments