File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# This GitHub action can publish assets for release when a tag is created.
22# Currently its setup to run on any tag that matches the pattern "v*" (ie. v0.1.0).
33#
4- # This uses an action (crazy-max /ghaction-import-gpg) that assumes you set your
4+ # This uses an action (paultyng /ghaction-import-gpg) that assumes you set your
55# private key in the `GPG_PRIVATE_KEY` secret and passphrase in the `PASSPHRASE`
66# secret. If you would rather own your own GPG handling, please fork this action
77# or use an alternative one for key handling.
3434 - name : Import GPG key
3535 id : import_gpg
363637- env :
38- GPG_PRIVATE_KEY : ${{ secrets.GPG_PRIVATE_KEY }}
39- PASSPHRASE : ${{ secrets.PASSPHRASE }}
37+ with :
38+ gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
39+ passphrase : ${{ secrets.PASSPHRASE }}
4040 - name : Run GoReleaser
4141 uses : goreleaser/goreleaser-action@v6
4242 with :
You can’t perform that action at this time.
0 commit comments