0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00

ci: update permissions for calibreapp-image-actions.yml (#39021)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
Diogo Teles Sant'Anna 2023-08-15 08:36:42 -03:00 committed by GitHub
parent bfeb5589fa
commit 7103327201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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