Skip to content

Commit afebc88

Browse files
Perform operations as OSMO CI Bot
1 parent 00ae619 commit afebc88

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sync-feature-branches.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242

4343
- name: Configure Git
4444
run: |
45-
git config user.name "github-actions[bot]"
46-
git config user.email "github-actions[bot]@users.noreply.github.com"
45+
git config user.name "OSMO CI Bot"
46+
git config user.email "255188861+svc-osmo-ci@users.noreply.github.com"
4747
4848
- name: Find and sync feature branches
4949
env:
50-
GH_TOKEN: ${{ github.token }}
50+
GH_TOKEN: ${{ secrets.SVC_OSMO_CI_TOKEN }}
5151
INPUT_BRANCH: ${{ inputs.branch }}
5252
run: |
5353
set -e

0 commit comments

Comments
 (0)