aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDiogo Teles Sant'Anna <[email protected]>2023-08-15 08:36:42 -0300
committerGitHub <[email protected]>2023-08-15 14:36:42 +0300
commit7103327201b54b21e8c0cc8005bc1fce16796b85 (patch)
tree094f307d36f2210f553a6dcbb86ea59234d5ed61 /.github/workflows
parentbfeb5589fa9964c6c5a7cad2791df8132d5224e4 (diff)
downloadbootstrap-7103327201b54b21e8c0cc8005bc1fce16796b85.tar.xz
bootstrap-7103327201b54b21e8c0cc8005bc1fce16796b85.zip
ci: update permissions for calibreapp-image-actions.yml (#39021)
Co-authored-by: XhmikosR <[email protected]>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/calibreapp-image-actions.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml
index 21df1f626..97081deb6 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: Checkout Repo
uses: actions/checkout@v3