Browse Source

Fix CI permissions (#264)

pull/265/head
Jonathan Wright 2 years ago
committed by GitHub
parent
commit
3c68b6e18e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/publish.yml

2
.github/workflows/publish.yml

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
contents: read
contents: write
deployments: write
name: Publish to Cloudflare Pages
steps:

Loading…
Cancel
Save