Skip to content

Commit e9946ef

Browse files
committed
dev: configure jsonforms-publish bot
Use new jsonforms-publish bot to allow pushing back commits to the protected master branch.
1 parent fdc5c5e commit e9946ef

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/publish.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@ jobs:
2626
contents: "write"
2727
runs-on: "ubuntu-latest"
2828
steps:
29-
- uses: "actions/checkout@v3"
29+
- uses: "actions/checkout@v4"
30+
with:
31+
token: "${{ secrets.JSONFORMS_PUBLISH_PAT }}"
3032

3133
- name: "Configure Git Credentials"
3234
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 "jsonforms-publish@eclipsesource.com"
3537
3638
- name: "Setup node"
3739
uses: "actions/setup-node@v3"

0 commit comments

Comments
 (0)