Skip to content

Commit 142a2cb

Browse files
committed
ci: Install cosign to sign assets
1 parent 371b99d commit 142a2cb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/assets.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ jobs:
1010
steps:
1111
- name: Checkout code
1212
uses: actions/checkout@v4
13+
- name: Set up Go
14+
uses: actions/setup-go@v5
15+
with:
16+
go-version-file: go.mod
17+
- name: Install Cosign
18+
uses: sigstore/cosign-installer@v3
19+
with:
20+
version: v2.0.0
1321
- name: Create app token
1422
uses: actions/create-github-app-token@v2
1523
id: app-token

0 commit comments

Comments
 (0)