Skip to content

Commit

Permalink
Fix publish-docs token permissions (#1951)
Browse files Browse the repository at this point in the history
  • Loading branch information
jar-stripe authored Mar 4, 2025
1 parent 1cf6c5b commit 9ae1c08
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 @@ -139,6 +139,8 @@ jobs:
endsWith(github.actor, '-stripe')
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 9ae1c08

Please sign in to comment.