We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48f3f5 commit 432d489Copy full SHA for 432d489
.github/workflows/structurizr-diagrams-comment.yml
@@ -11,6 +11,9 @@ jobs:
11
comment-on-pr:
12
if: github.event.workflow_run.conclusion == 'success'
13
runs-on: ubuntu-latest
14
+ permissions:
15
+ contents: read # Allow to work with the contents of the repository, including git pull.
16
+ pull-requests: write # Allow to list and create pr's comments.
17
steps:
18
- uses: sebastienfi/structurizr-pr-comment@v1
19
with:
.github/workflows/structurizr-diagrams-update.yml
@@ -13,6 +13,8 @@ jobs:
update-diagrams:
container: ghcr.io/sebastienfi/structurizr-cli-with-bonus:latest
+ contents: write # Allow to work with the contents of the repository, including git push.
- uses: sebastienfi/structurizr-gen-images@v1
20
0 commit comments