Permission tweaks

This commit is contained in:
Chris Anderson 2023-02-17 17:54:23 -06:00
parent 73bbd1e87e
commit e967952abb

View file

@ -4,6 +4,19 @@ on:
push:
branches:
- documentation
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
build: