add pr bypass

Add token and fetch-depth to checkout step
This commit is contained in:
Satr14 2025-12-14 09:09:31 +07:00 committed by GitHub
commit 94f4a3cadc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,6 +18,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
token: ${{ secrets.PR_BYPASS_TOKEN }}
fetch-depth: 0
- name: Set up Node.js
uses: actions/setup-node@v4