Skip to content

Commit

Permalink
add permissions config
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimaMateria committed Jul 25, 2023
1 parent 78fd6ee commit 491aa3f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy-github-pages.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
name: deploy-github-pages

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write

on:
push:
branches:
Expand Down

0 comments on commit 491aa3f

Please sign in to comment.