Skip to content

Commit a2ae81f

Browse files
committed
fix: added permissions
1 parent e713a75 commit a2ae81f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Publish to GitHub Pages
22

3+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
4+
permissions:
5+
contents: read
6+
pages: write
7+
id-token: write
8+
39
on:
410
push:
511
branches:

0 commit comments

Comments
 (0)