Skip to content

Commit

Permalink
[ci] add contents:write permission for documentation pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rmannibucau committed Mar 11, 2024
1 parent af0515c commit fa3d66f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
if: github.ref == 'refs/heads/main'
name: Documentation
runs-on: ubuntu-20.04
permissions:
contents: write
steps:
- name: Clone
id: clone
Expand Down

0 comments on commit fa3d66f

Please sign in to comment.