Use REGISTRY_TOKEN (scoped write:package) for registry publish
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
parent
6bd9dfb970
commit
753c325b6e
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
# actions require. Everything runs as shell steps and clones manually.
|
# actions require. Everything runs as shell steps and clones manually.
|
||||||
- name: Build and publish
|
- name: Build and publish
|
||||||
env:
|
env:
|
||||||
PUBLISH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
PUBLISH_TOKEN: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
VERSION="${GITHUB_REF_NAME#v}"
|
VERSION="${GITHUB_REF_NAME#v}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue