Skip to content

Commit 2033994

Browse files
author
Marina Limeira
committed
Update GH actions
1 parent 849792f commit 2033994

File tree

3 files changed

+0
-21
lines changed

3 files changed

+0
-21
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
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

Lines changed: 0 additions & 3 deletions
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)