File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ jobs:
3030 - uses : actions/setup-go@v3
3131 with :
3232 go-version : ${{ env.GO_VERSION }}
33- # This uses an action (hashicorp /ghaction-import-gpg) that assumes you set your
33+ # This uses an action (crazy-max /ghaction-import-gpg) that assumes you set your
3434 # private key in the `GPG_PRIVATE_KEY` secret and passphrase in the `PASSPHRASE`
3535 # secret. If you would rather own your own GPG handling, please fork this action
3636 # or use an alternative one for key handling.
3737 - name : Import GPG key
3838 id : import_gpg
39- uses : hashicorp /ghaction-import-gpg@v2.1.0
40- env :
39+ uses : crazy-max /ghaction-import-gpg@v5
40+ with :
4141 # These secrets will need to be configured for the repository:
42- GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
43- PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
42+ gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
43+ passphrase : ${{ secrets.GPG_PASSPHRASE }}
4444 - name : Run GoReleaser
4545 uses :
goreleaser/[email protected] 4646 with :
You can’t perform that action at this time.
0 commit comments