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 f9c2121 commit e09f18dCopy full SHA for e09f18d
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
go-version: ${{ needs.go-version.outputs.go-version }}
39
- name: Import GPG key
40
id: import_gpg
41
- uses: crazy-max/ghaction-import-gpg@v5.1.0
+ uses: crazy-max/ghaction-import-gpg@v5.2.0
42
with:
43
# These secrets will need to be configured for the repository:
44
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
0 commit comments