Skip to content

Commit

Permalink
TECH-1636: Add missing env vars for the publication (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
rknj authored Jul 4, 2024
1 parent f568eee commit f8dbd5c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
run: |
yarn install
- name: Execute yarn publish
env:
GITHUB_TOKEN: ${{ secrets.GH_API_TOKEN }}
NPM_TOKEN: ${{ secrets.NPMJS_PUBLISH_TOKEN }}
shell: bash
run: |
yarn publish

0 comments on commit f8dbd5c

Please sign in to comment.