We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a247c0 commit e31d44dCopy full SHA for e31d44d
.github/workflows/valider-pull-request.yml
@@ -16,7 +16,7 @@ jobs:
16
cache: 'yarn'
17
registry-url: https://npm.pkg.github.com/
18
always-auth: true
19
- token: ${{ secrets.READER_TOKEN }}
+ token: ${{ secrets.GITHUB_TOKEN }}
20
21
- name: Installere dependencies
22
run: yarn install --immutable
@@ -53,7 +53,7 @@ jobs:
53
node-version: 22.17.1
54
55
56
57
58
59
@@ -77,4 +77,4 @@ jobs:
77
gh pr comment ${{ github.event.pull_request.number }} --body-file knip-report.md
78
fi
79
env:
80
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments