Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patricebender authored Apr 25, 2024
1 parent 267ed29 commit 64ad24d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

# Token must be able to push to pages
permissions:
contents: read
pages: write
id-token: write

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build-and-deploy:
Expand Down

0 comments on commit 64ad24d

Please sign in to comment.