Skip to content

Commit

Permalink
chore(ci-cd): add the git token for semantic release commamd (#89)
Browse files Browse the repository at this point in the history
* chore(ci-cd): add the github release workflow

releases will be via the workflow

GH-71

* chore(ci-cd): add the git token as env

git token added as env for semantic

GH-71
  • Loading branch information
yeshamavani committed Oct 4, 2023
1 parent 1abc4b8 commit ab847f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
# "HUSKY=0" disables pre-commit-msg check (Needed in order to allow semantic-release perform the release commit)
run: HUSKY=0 npx semantic-release
env:
GH_TOKEN: ${{ secrets.RELEASE_COMMIT_GH_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ab847f4

Please sign in to comment.