Skip to content

Commit

Permalink
chore: include tokens in workflow dispatch release
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-online committed May 8, 2024
1 parent 55a5928 commit 50503e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
yarn release-it --ci -i ${{ inputs.version }}
git push
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Bump Version & Publish
if: ${{ !inputs.dry && github.event_name == 'push' }}
run: |
Expand Down

0 comments on commit 50503e6

Please sign in to comment.