Skip to content

Commit fec507e

Browse files
Merge pull request #3 from gruntwork-io/remove-gpg-from-checksum
Update GH actions: remove dependabot and signing of binaries
2 parents 849792f + 2033994 commit fec507e

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

.github/dependabot.yml

-11
This file was deleted.

.github/workflows/release.yml

-7
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,10 @@ jobs:
1717
uses: actions/setup-go@v3
1818
with:
1919
go-version-file: 'go.mod'
20-
- name: Import GPG key
21-
id: import_gpg
22-
uses: crazy-max/ghaction-import-gpg@v5
23-
with:
24-
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
25-
passphrase: ${{ secrets.PASSPHRASE }}
2620
- name: Run GoReleaser
2721
uses: goreleaser/goreleaser-action@v3
2822
with:
2923
version: latest
3024
args: release --rm-dist
3125
env:
3226
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33-
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

.goreleaser.yml

-3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ archives:
2020
- none*
2121
checksum:
2222
name_template: 'checksums.txt'
23-
signs:
24-
- artifacts: checksum
25-
args: ["--batch", "-u", "{{ .Env.GPG_FINGERPRINT }}", "--output", "${signature}", "--detach-sign", "${artifact}"]

0 commit comments

Comments
 (0)