We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ae619 commit afebc88Copy full SHA for afebc88
.github/workflows/sync-feature-branches.yaml
@@ -42,12 +42,12 @@ jobs:
42
43
- name: Configure Git
44
run: |
45
- git config user.name "github-actions[bot]"
46
- git config user.email "github-actions[bot]@users.noreply.github.com"
+ git config user.name "OSMO CI Bot"
+ git config user.email "255188861+svc-osmo-ci@users.noreply.github.com"
47
48
- name: Find and sync feature branches
49
env:
50
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.SVC_OSMO_CI_TOKEN }}
51
INPUT_BRANCH: ${{ inputs.branch }}
52
53
set -e
0 commit comments