mirror of
https://github.com/wickedest/Mergely.git
synced 2026-02-02 09:38:00 +08:00
ci: use token
This commit is contained in:
3
.github/workflows/npm-publish.yaml
vendored
3
.github/workflows/npm-publish.yaml
vendored
@@ -35,6 +35,9 @@ jobs:
|
||||
|
||||
- name: Release
|
||||
run: npm run release
|
||||
uses: oleksiyrudenko/gha-git-credentials@v2-latest
|
||||
with:
|
||||
token: '${{ secrets.CI_TOKEN }}'
|
||||
|
||||
- name: Publish
|
||||
run: npm publish --access public --tag ${{ github.event.inputs.tag }}
|
||||
|
||||
Reference in New Issue
Block a user