Skip to content

Commit

Permalink
dev: configure jsonforms-publish bot
Browse files Browse the repository at this point in the history
Use new jsonforms-publish bot to allow pushing back commits to the
protected master branch.
  • Loading branch information
sdirix committed Dec 15, 2023
1 parent fdc5c5e commit e9946ef
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,14 @@ jobs:
contents: "write"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
with:
token: "${{ secrets.JSONFORMS_PUBLISH_PAT }}"

- name: "Configure Git Credentials"
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config user.name "jsonforms-publish[bot]"
git config user.email "jsonforms-publish@eclipsesource.com"
- name: "Setup node"
uses: "actions/setup-node@v3"
Expand Down

0 comments on commit e9946ef

Please sign in to comment.