Skip to content

Commit

Permalink
Give pages deploy action the correct permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
manning-ncsa committed Oct 23, 2023
1 parent 23cbaba commit 707ea32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
runs-on: ubuntu-latest
needs: build
steps:
Expand Down

0 comments on commit 707ea32

Please sign in to comment.