Skip to content

Commit f7baa98

Browse files
committed
ci: add permissions to GITHUB_TOKEN
1 parent 4ed0280 commit f7baa98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ on:
77
schedule:
88
- cron: "0 5 * * *"
99

10+
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
11+
permissions:
12+
contents: read
13+
pages: write
14+
id-token: write
15+
1016
jobs:
1117
build:
1218
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)