File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,15 @@ jobs:
26
26
contents : " write"
27
27
runs-on : " ubuntu-latest"
28
28
steps :
29
- - uses : " actions/checkout@v3"
29
+ - uses : " actions/checkout@v4"
30
+ with :
31
+ persist-credentials : false
30
32
31
33
- name : " Configure Git Credentials"
32
34
run : |
33
- git config user.name "github-actions[bot]"
34
- git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
35
+ git config user.name "jsonforms-publish[bot]"
36
+ git config user.email "[email protected] "
37
+ git remote set-url origin https://jsonforms-publish:${{ secrets.JSONFORMS_PUBLISH_PAT }}@github.com/eclipsesource/jsonforms.git
35
38
36
39
- name : " Setup node"
37
40
uses : " actions/setup-node@v3"
85
88
run : |
86
89
git push
87
90
git push origin v${{ github.event.inputs.next_version }}
91
+ env :
92
+ GITHUB_TOKEN : ${{ secrets.JSONFORMS_PUBLISH_PAT }}
You can’t perform that action at this time.
0 commit comments