Skip to content

Commit

Permalink
DOC: give gh pages permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
ColmTalbot committed Sep 17, 2024
1 parent eb04655 commit 376b7a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: GitHub Pages

permissions:
contents: read
pages: write
id-token: write

on:
push:
branches: [ "main" ]
Expand Down

0 comments on commit 376b7a8

Please sign in to comment.