Skip to content

Commit

Permalink
fix: use different token for release (#475)
Browse files Browse the repository at this point in the history
* fix: merge workflows into one, add git env variables for semantic release

* fix: revert merging workflows

* fix: add committer name and email for release job

* fix: add worklfow for auto merge dependabot and nx PRs

* fix: also ignore @nx dependencies

* fix: change github user and email before starting the release

* fix: rebase PRs

* fix: change git config name and email

* fix: whitespace

* fix: add property so its own credentials are used for release

* fix: remove git env tokens for author and committer

* fix: use different token for release

---------

Co-authored-by: SchettlerKoehler <[email protected]>
  • Loading branch information
KimFFVII and SchettlerKoehler authored Sep 17, 2024
1 parent 475b02a commit 5ba9cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.CI_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 5ba9cd8

Please sign in to comment.