Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit 36d1b67

Browse files
committed
Setup GITHUB_TOKEN explicitly in quality checks job
1 parent 9fbe884 commit 36d1b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
run-quality-checks:
88
runs-on: ubuntu-latest
99
env:
10-
GITHUB_READ_PACKAGES_TOKEN: ${{secrets.GITHUB_TOKEN}}
10+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1111

1212
steps:
1313
- name: Check out repository code

0 commit comments

Comments
 (0)