Skip to content

Commit 067d563

Browse files
committed
fix: Use a token that can access the target repo when performing actions there
1 parent 13072bd commit 067d563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
npm ci
132132
npm run test
133133
env:
134-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
134+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
135135
FINDINGS_PATH: ${{ steps.cache_key.outputs.cache_key }}
136136

137137
- name: Clean up issues and pull requests

0 commit comments

Comments
 (0)