From 86ae1a3b6c5e881d9e81a92918a6e0c9a7f097b8 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Thu, 19 Oct 2023 13:37:05 +0200 Subject: [PATCH] Fixed permissions for GitHub action with screenshots. Follow up to 97b7970c6479ef414175f22a009240ed0df8ce46. --- .github/workflows/screenshots.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index 2b4c4150b7..c70395efad 100644 --- a/.github/workflows/screenshots.yml +++ b/.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 }})).