Skip to content

Commit

Permalink
fix(ci): add permissions for attestation write
Browse files Browse the repository at this point in the history
  • Loading branch information
adrielp committed Jul 14, 2024
1 parent 25f2639 commit 44acc7a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/gorelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ on:
tags:
- "*"

permissions:
contents: write
packages: write
issues: write

jobs:
goreleaser:
permissions:
id-token: write
contents: read
attestations: write
packages: write
issues: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 44acc7a

Please sign in to comment.