We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdc5c5e commit e9946efCopy full SHA for e9946ef
.github/workflows/publish.yaml
@@ -26,12 +26,14 @@ jobs:
26
contents: "write"
27
runs-on: "ubuntu-latest"
28
steps:
29
- - uses: "actions/checkout@v3"
+ - uses: "actions/checkout@v4"
30
+ with:
31
+ token: "${{ secrets.JSONFORMS_PUBLISH_PAT }}"
32
33
- name: "Configure Git Credentials"
34
run: |
- git config user.name "github-actions[bot]"
- 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"
37
38
- name: "Setup node"
39
uses: "actions/setup-node@v3"
0 commit comments