Assign pages write permissions to action (#3)
This commit is contained in:
parent
6f05195edf
commit
3984c01a45
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -8,6 +8,10 @@ on:
|
|||
schedule:
|
||||
- cron: "0 */6 * * *" # At minute 0 past every 6th hour.
|
||||
|
||||
permissions:
|
||||
pages: write
|
||||
id-token: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue