Skip to content

Commit e105eeb

Browse files
authored
fix: changed content permissions (#993)
Signed-off-by: Praveen K B <30530587+praveen5959@users.noreply.github.com>
1 parent 3a91845 commit e105eeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
permissions:
1818
id-token: write
19-
contents: read
19+
contents: write
2020
attestations: write
2121
strategy:
2222
fail-fast: false
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: windows-latest
6868
permissions:
6969
id-token: write
70-
contents: read
70+
contents: write
7171
attestations: write
7272
steps:
7373
- name: Checkout
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: macos-latest
113113
permissions:
114114
id-token: write
115-
contents: read
115+
contents: write
116116
attestations: write
117117
strategy:
118118
matrix:

0 commit comments

Comments
 (0)