Allow write to pages

This commit is contained in:
Toby Jaffey 2025-12-14 02:11:37 +00:00
parent b2b7827e60
commit 1088442f95

View file

@ -2,6 +2,12 @@ name: CI
on: [push, pull_request] on: [push, pull_request]
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
jobs: jobs:
test: test:
strategy: strategy: