Skip to content

Commit e1be9fa

Browse files
fix(ci): allow content write permission for release job (#147)
1 parent eca699e commit e1be9fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
permissions:
8080
id-token: write
81-
contents: read
81+
contents: write
8282
actions: read
8383
steps:
8484
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)