Skip to content

Commit

Permalink
permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Benji Visser <benji@093b.org>
  • Loading branch information
noqcks committed Jul 2, 2023
1 parent dfe83c5 commit c476275
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
tags:
- '*'

permissions:
contents: write # needed to write releases
id-token: write # needed for keyless signing
packages: write # needed for ghcr access

jobs:
# test:
# runs-on: "ubuntu-latest"
Expand Down Expand Up @@ -43,7 +48,7 @@ jobs:
run: go install github.com/anchore/syft/cmd/syft@latest

- name: Install cosign
run: go install github.com/sigstore/cosign/cmd/cosign@latest
uses: sigstore/cosign-installer@v3.1.1

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down

0 comments on commit c476275

Please sign in to comment.