Skip to content

Commit

Permalink
Add permissions for the github token (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
urielsalis authored Sep 3, 2024
1 parent acd953c commit 76c0db6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

name: Build and push

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

on:
push:
branches: [ master ]
Expand Down

0 comments on commit 76c0db6

Please sign in to comment.