From 60e9131e57f8b714053865164484bada8ce670c1 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 21 Nov 2023 18:02:59 +0200 Subject: [PATCH] ci: update permissions for calibreapp-image-actions.yml --- .github/workflows/calibreapp-image-actions.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index a413603c2..08987b3aa 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -8,12 +8,18 @@ on: - '**.png' - '**.webp' +permissions: + contents: read + jobs: build: # Only run on Pull Requests within the same repository, and not from forks. if: github.event.pull_request.head.repo.full_name == github.repository name: calibreapp/image-actions runs-on: ubuntu-latest + permissions: + # allow calibreapp/image-actions to update PRs + pull-requests: write steps: - name: Clone repository uses: actions/checkout@v4