You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contents: read # Allow to work with the contents of the repository, including git pull.
issues: write # Allow to comment on pull requests.
pull-requests: write # Allow to list and create pr's comments.
steps:
- uses: sebastienfi/structurizr-pr-comment@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }} # This token will be used by the action to perform git pull, pr read, pr comment, pr comment edit, pr comment reaction.
output-path: 'docs/diagrams/' # The output folder for generated images.