ci: use token

This commit is contained in:
Jamie Peabody
2021-11-21 12:43:01 +00:00
parent 7732f9fab5
commit c8e0b8e88a

View File

@@ -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 }}