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.
ci
secrets.GH_REGISTRY_TOKEN
1 parent 80e12f1 commit bede71bCopy full SHA for bede71b
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ permissions:
40
packages: read
41
env:
42
CACHE_PATH: node_modules
43
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GH_REGISTRY_TOKEN }}
44
HUSKY: 0
45
REF: ${{ github.head_ref || github.ref }}
46
REF_NAME: ${{ github.head_ref || github.ref_name }}
0 commit comments