Skip to content

Commit

Permalink
fix: changed content permissions (#993)
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen K B <[email protected]>
  • Loading branch information
praveen5959 authored Nov 19, 2024
1 parent 3a91845 commit e105eeb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
contents: write
attestations: write
strategy:
fail-fast: false
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
runs-on: windows-latest
permissions:
id-token: write
contents: read
contents: write
attestations: write
steps:
- name: Checkout
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: macos-latest
permissions:
id-token: write
contents: read
contents: write
attestations: write
strategy:
matrix:
Expand Down

0 comments on commit e105eeb

Please sign in to comment.