Skip to content

Commit fe87c9a

Browse files
authored
Remove GPG for release for now (#34)
1 parent 2ebe70a commit fe87c9a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/release.yml

+8-7
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,18 @@ jobs:
2424
with:
2525
go-version-file: 'go.mod'
2626
cache: true
27-
- name: Import GPG key
28-
uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
29-
id: import_gpg
30-
with:
31-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
32-
passphrase: ${{ secrets.PASSPHRASE }}
27+
# Comment out for now until we have a GPG key to use for public release
28+
# - name: Import GPG key
29+
# uses: crazy-max/ghaction-import-gpg@01dd5d3ca463c7f10f7f4f7b4f177225ac661ee4 # v6.1.0
30+
# id: import_gpg
31+
# with:
32+
# gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33+
# passphrase: ${{ secrets.PASSPHRASE }}
3334
- name: Run GoReleaser
3435
uses: goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0.0
3536
with:
3637
args: release --clean
3738
env:
3839
# GitHub sets the GITHUB_TOKEN secret automatically.
3940
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
41+
# GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 commit comments

Comments
 (0)