Skip to content

Commit

Permalink
added permissions to publish-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-stripe committed Mar 4, 2025
1 parent 63f21ef commit b96ab5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ jobs:
publish-docs:
needs: [build, test]
runs-on: "ubuntu-24.04"
permissions:
contents: write
steps:
- uses: actions/checkout@master
- name: Setup Java
Expand Down

0 comments on commit b96ab5e

Please sign in to comment.