Skip to content

chore(deps): update dependency lefthook to v2 #696

chore(deps): update dependency lefthook to v2

chore(deps): update dependency lefthook to v2 #696

Workflow file for this run

name: "Preview"
on:
pull_request:
concurrency:
group: preview-${{ github.ref }}
cancel-in-progress: true
jobs:
changed:

Check failure on line 11 in .github/workflows/preview.yml

View workflow run for this annotation

GitHub Actions / Preview

Invalid workflow file

The workflow is not valid. .github/workflows/preview.yml (Line: 11, Col: 3): Error calling workflow 'ishinova/tobe-docs/.github/workflows/wc-changed.yml@46e38e7d798182006254a7c269d8169d1e502bb9'. The workflow is requesting 'pull-requests: read', but is only allowed 'pull-requests: none'.
uses: ./.github/workflows/wc-changed.yml
preview:
uses: ./.github/workflows/wc-deploy-cloudflare-pages.yml
needs: changed
if: needs.changed.outputs.website == 'true'
with:
project-name: 'asis-docs'
branch: 'preview'
gh-app-id: ${{ vars.BOT_APP_ID }}
pr-comment-enabled: true
secrets:
cloudflare-account-id: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
cloudflare-api-token: ${{ secrets.CLOUDFLARE_API_TOKEN }}
gh-app-private-key: ${{ secrets.BOT_PRIVATE_KEY }}