Assign pages write permissions to action (#3)

This commit is contained in:
Carter McBride 2024-06-19 08:12:23 -06:00 committed by GitHub
parent 6f05195edf
commit 3984c01a45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,6 +8,10 @@ on:
schedule: schedule:
- cron: "0 */6 * * *" # At minute 0 past every 6th hour. - cron: "0 */6 * * *" # At minute 0 past every 6th hour.
permissions:
pages: write
id-token: write
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest