Skip to content

Commit

Permalink
add contents write permission for goreleaser workflow (#2357)
Browse files Browse the repository at this point in the history
Signed-off-by: pxp928 <parth.psu@gmail.com>
  • Loading branch information
pxp928 authored Dec 10, 2024
1 parent 5f6990f commit a944fc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
permissions:
packages: write # To publish container images to GHCR
id-token: write # To use our OIDC token
contents: write # To upload assets to release
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit a944fc4

Please sign in to comment.