mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
Use PAT to publish pkgs (#8361)
This commit is contained in:
parent
5dc18703c5
commit
00b61e409c
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -201,7 +201,7 @@ jobs:
|
||||
scope: '@alfresco'
|
||||
- run: nx affected --target=npm-publish $NX_CALCULATION_FLAGS --tag=$TAG_NPM || exit 1
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
NODE_AUTH_TOKEN: ${{ secrets.PAT_WRITE_PKG }}
|
||||
- uses: actions/setup-node@v3
|
||||
name: release libraries Npm registry
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user