Commit ed0ef4c 1 parent c0599e1 commit ed0ef4c Copy full SHA for ed0ef4c
File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
with :
20
- token : ${{ secrets.GITHUB_TOKEN }}
20
+ token : ${{ secrets.GH_PAT }}
21
21
- uses : actions/setup-node@v4
22
22
with :
23
23
node-version : 20
24
24
- name : Git config
25
25
run : |
26
- git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com "
27
- git config --global user.name "github-actions[bot] "
26
+ git config --global user.email "${{secrets.GH_EMAIL}} "
27
+ git config --global user.name "${{secrets.GH_NAME}} "
28
28
29
29
- name : Apply version bump (major)
30
30
if : contains(github.event.pull_request.labels.*.name, 'major')
53
53
- name : Git push version bump
54
54
run : git push origin main --force
55
55
56
-
56
+
57
57
build :
58
58
name : Build & Publish
59
59
needs : bump
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
with :
20
- token : ${{ secrets.GITHUB_TOKEN }}
20
+ token : ${{ secrets.GH_PAT }}
21
21
- uses : actions/setup-node@v4
22
22
with :
23
23
node-version : 20
24
24
- name : Git config
25
25
run : |
26
- git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com "
27
- git config --global user.name "github-actions[bot] "
26
+ git config --global user.email "${{secrets.GH_EMAIL}} "
27
+ git config --global user.name "${{secrets.GH_NAME}} "
28
28
29
29
- name : Apply version bump (major)
30
30
if : contains(github.event.pull_request.labels.*.name, 'major')
53
53
- name : Git push version bump
54
54
run : git push origin main --force
55
55
56
-
56
+
57
57
build :
58
58
name : Build & Publish
59
59
needs : bump
You can’t perform that action at this time.
0 commit comments