Skip to content

Commit

Permalink
chore(ci): allow token to publish to github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
pankgeorg authored Oct 4, 2024
1 parent 3307ae6 commit 8a80010
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
name: build-github-pages

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

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

0 comments on commit 8a80010

Please sign in to comment.