Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.

Commit 1f60df7

Browse files
authored
🔧 Unattended release signing (#65)
During the work, I discovered that we could sign more than _just_ checksums, but I'm hesitant to enable it as it grows the asset list and I am personally unsure of the upside. Let's stick to signing just checksums for now until there are incentives to do more.
1 parent 178d690 commit 1f60df7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎.github/workflows/release.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
tags: [ '*' ]
66

7+
permissions:
8+
contents: write
9+
id-token: write
10+
packages: write
11+
712
jobs:
813
goreleaser:
914
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)