Skip to content

Commit b39992b

Browse files
authored
Add permissions to GitHub Actions workflow for deploying to GitHub Pages
Added permissions for GitHub Pages deployment.
1 parent 72833d4 commit b39992b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

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

3+
permissions:
4+
contents: write
5+
pages: write
6+
id-token: write
7+
38
on:
49
push:
510
branches:

0 commit comments

Comments
 (0)