Skip to content

Commit 7c4876c

Browse files
committed
ci: fix action permissions
1 parent 23f00ae commit 7c4876c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
# runs on releases
66
release: {}
77
# Allows you to run this workflow manually from the Actions tab
8-
workflow_dispatch:
8+
workflow_dispatch: {}
99

1010
# Sets the GITHUB_TOKEN permissions to allow deployment to GitHub Pages
1111
permissions:
12-
actions: read
12+
actions: write
1313
contents: read
1414
pages: write
1515
id-token: write

0 commit comments

Comments
 (0)