Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use different token for release #475

Merged
merged 21 commits into from
Sep 17, 2024
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
0ae2610
fix: merge workflows into one, add git env variables for semantic rel…
KimFFVII Sep 6, 2024
2183490
fix: revert merging workflows
KimFFVII Sep 6, 2024
d5cdecd
Merge branch 'onecx:main' into feat/add-workflows
KimFFVII Sep 6, 2024
6b10481
fix: add committer name and email for release job
KimFFVII Sep 6, 2024
3350682
Merge branch 'onecx:main' into feat/add-workflows
KimFFVII Sep 6, 2024
6677b0a
fix: add worklfow for auto merge dependabot and nx PRs
KimFFVII Sep 9, 2024
2f35888
fix: also ignore @nx dependencies
KimFFVII Sep 9, 2024
1c8804a
Merge branch 'main' into feat/add-workflows
SchettlerKoehler Sep 9, 2024
3791827
Merge branch 'onecx:main' into feat/add-workflows
KimFFVII Sep 10, 2024
2941577
fix: change github user and email before starting the release
KimFFVII Sep 10, 2024
6fbb2cf
fix: rebase PRs
KimFFVII Sep 10, 2024
ccfaee6
Merge branch 'main' into feat/add-workflows
KimFFVII Sep 11, 2024
1870cb4
fix: change git config name and email
KimFFVII Sep 17, 2024
104ac44
fix: whitespace
KimFFVII Sep 17, 2024
efe0c00
Merge branch 'main' into feat/add-workflows
KimFFVII Sep 17, 2024
a827b6f
Merge branch 'onecx:main' into feat/add-workflows
KimFFVII Sep 17, 2024
77a2eda
fix: add property so its own credentials are used for release
KimFFVII Sep 17, 2024
78bd33a
fix: remove git env tokens for author and committer
KimFFVII Sep 17, 2024
4c0a4ac
Merge branch 'main' into feat/add-workflows
KimFFVII Sep 17, 2024
dcc9a61
Merge branch 'onecx:main' into feat/add-workflows
KimFFVII Sep 17, 2024
b152f5d
fix: use different token for release
KimFFVII Sep 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}
Loading