Skip to content

Commit 376a177

Browse files
committed
ci: Set PAT token
1 parent 6673451 commit 376a177

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/bump-version.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,13 @@ jobs:
103103
uses: actions/checkout@v4
104104
with:
105105
fetch-depth: 0
106+
token: ${{ secrets.PAT }}
106107
- name: Npm install
107108
uses: ./.github/actions
108109
- name: Bump version
109110
run: |
110-
git config user.name 'Alex H'
111-
git config user.email '[email protected]'
111+
git config --global user.email "[email protected]"
112+
git config --global user.name "GitHub Actions"
112113
npx nx release --skip-publish
113114
shell: bash
114115
env:

0 commit comments

Comments
 (0)