Skip to content

Commit bede71b

Browse files
committed
ci(workflows): [ci] use secrets.GH_REGISTRY_TOKEN
Signed-off-by: Lexus Drumgold <[email protected]>
1 parent 80e12f1 commit bede71b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ permissions:
4040
packages: read
4141
env:
4242
CACHE_PATH: node_modules
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
43+
GITHUB_TOKEN: ${{ secrets.GH_REGISTRY_TOKEN }}
4444
HUSKY: 0
4545
REF: ${{ github.head_ref || github.ref }}
4646
REF_NAME: ${{ github.head_ref || github.ref_name }}

0 commit comments

Comments
 (0)