Skip to content

Commit

Permalink
build: updating semantic release token
Browse files Browse the repository at this point in the history
  • Loading branch information
brewdente committed Dec 12, 2023
1 parent 98b0c97 commit ef5cb1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,11 @@ jobs:
needs:
- build-release
env:
GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_AUTHOR_NAME: mparticle-automation
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: mparticle-automation
GIT_COMMITTER_EMAIL: [email protected]
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

steps:
- name: Checkout public master branch
Expand Down

0 comments on commit ef5cb1b

Please sign in to comment.