Skip to content

Commit

Permalink
Give docs preview workflow write permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalita-lbl committed Nov 4, 2024
1 parent 6495310 commit eaf0f90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_pages_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ concurrency: preview-${{ github.ref }}
jobs:
run:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit eaf0f90

Please sign in to comment.