Skip to content

Commit

Permalink
fix: remove git env tokens for author and committer (#474)
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

---------

Co-authored-by: SchettlerKoehler <[email protected]>
  • Loading branch information
KimFFVII and SchettlerKoehler authored Sep 17, 2024
1 parent db8b880 commit 475b02a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GIT_AUTHOR_NAME: tkit-dev
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: tkit-dev
GIT_COMMITTER_EMAIL: [email protected]

0 comments on commit 475b02a

Please sign in to comment.