Skip to content

Commit d1563ee

Browse files
Copilotbrunoborges
andcommitted
Add actions: write permission to deploy-site job
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent 53727eb commit d1563ee

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish-maven.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ jobs:
187187
name: Deploy Documentation
188188
needs: [publish-maven, github-release]
189189
runs-on: ubuntu-latest
190+
permissions:
191+
actions: write
192+
contents: read
190193
steps:
191194
- name: Trigger site deployment
192195
run: |

0 commit comments

Comments
 (0)