Skip to content

Commit

Permalink
Merge pull request #26 from geneontology/pr-docs-permissions
Browse files Browse the repository at this point in the history
Give docs preview workflow write permissions
  • Loading branch information
pkalita-lbl authored Nov 4, 2024
2 parents 6495310 + 7f4c63c commit 518bd3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_pages_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ concurrency: preview-${{ github.ref }}
jobs:
run:
runs-on: ubuntu-latest
permissions:
contents: write
pages: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 518bd3b

Please sign in to comment.