Skip to content

Commit

Permalink
chore: use custom gh token in the release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikatrix authored Oct 28, 2024
1 parent 9946539 commit 7c3e5ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
yarn lerna version --yes --conventional-commits --conventional-graduate --exact --create-release github --loglevel silly
fi
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

- name: Publish to NPM
run: |
Expand All @@ -56,4 +56,4 @@ jobs:
yarn lerna publish from-package --yes --no-private --loglevel silly
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7c3e5ce

Please sign in to comment.