mirror of https://github.com/django/django.git
Fixed permissions for GitHub action with screenshots.
Follow up to 97b7970c64
.
This commit is contained in:
parent
3b255d72cf
commit
86ae1a3b6c
|
@ -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 }})).
|
||||
|
|
Loading…
Reference in New Issue