Skip to content

Commit c8f16d0

Browse files
committed
Change permissions of release workflow to “write”
I believe “read” prevented the release from being created or be written to (even though some of the Windows runners succeeded, regardless)
1 parent 38e4745 commit c8f16d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
permissions:
1717
id-token: write
18-
contents: read
18+
contents: write
1919
attestations: write
2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)