Skip to content

Commit

Permalink
Merge pull request #33 from qupath/alanocallaghan-patch-2
Browse files Browse the repository at this point in the history
Correct perm scope
  • Loading branch information
alanocallaghan authored May 28, 2024
2 parents 09c69eb + 9992890 commit 007d915
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
build-and-publish-javadocs:
permissions:
pages: write
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down Expand Up @@ -38,6 +39,7 @@ jobs:
update-symlink:
permissions:
pages: write
contents: write
needs: build-and-publish-javadocs
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
Expand Down

0 comments on commit 007d915

Please sign in to comment.