diff options
Diffstat (limited to 'vendor/twbs/bootstrap/.github/workflows/calibreapp-image-actions.yml')
-rw-r--r-- | vendor/twbs/bootstrap/.github/workflows/calibreapp-image-actions.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/vendor/twbs/bootstrap/.github/workflows/calibreapp-image-actions.yml b/vendor/twbs/bootstrap/.github/workflows/calibreapp-image-actions.yml index 21df1f626..f4aeb871a 100644 --- a/vendor/twbs/bootstrap/.github/workflows/calibreapp-image-actions.yml +++ b/vendor/twbs/bootstrap/.github/workflows/calibreapp-image-actions.yml @@ -8,15 +8,21 @@ 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 + uses: actions/checkout@v4 with: persist-credentials: false |