Fixed permissions for GitHub action with screenshots.

Follow up to 97b7970c64.
This commit is contained in:
Mariusz Felisiak 2023-10-19 13:37:05 +02:00 committed by GitHub
parent 3b255d72cf
commit 86ae1a3b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
name: Visual Regression Tests
on:
pull_request:
pull_request_target:
types: [labeled, synchronize, opened, reopened]
paths-ignore:
- 'docs/**'
@ -58,6 +58,7 @@ jobs:
if: steps.find-comment.outputs.comment-id == ''
uses: peter-evans/create-or-update-comment@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
body: |
🖼️ **Screenshots created**
@ -72,6 +73,7 @@ jobs:
if: steps.find-comment.outputs.comment-id != ''
uses: peter-evans/create-or-update-comment@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
comment-id: ${{ steps.find-comment.outputs.comment-id }}
body: |
- Generated screenshots for ${{ github.event.pull_request.head.sha }} at ${{ steps.generate-screenshots.outputs.date }} ([download](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})).