Fix GitHub Actions token configuration

This commit is contained in:
2026-01-18 00:46:37 +03:00
parent edd4214fc3
commit d7a0164f6c
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -21,7 +21,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT_BOT }}
- uses: actions/setup-node@v4
with:
node-version: 'lts/*'