Explorar o código

Fixed permissions for GitHub action with screenshots.

Follow up to 97b7970c6479ef414175f22a009240ed0df8ce46.
Mariusz Felisiak hai 1 ano
pai
achega
86ae1a3b6c
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      .github/workflows/screenshots.yml

+ 3 - 1
.github/workflows/screenshots.yml

@@ -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 }})).