Skip to content

Commit f207e6f

Browse files
ci: fix permissions in release workflow
1 parent cde2bbf commit f207e6f

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
@@ -15,7 +15,7 @@ env:
1515

1616
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1717
permissions:
18-
contents: read
18+
contents: write
1919
pages: write
2020
id-token: write
2121

0 commit comments

Comments
 (0)