Skip to content

Commit 3737dae

Browse files
committed
ci: use setup git user action
1 parent cc75129 commit 3737dae

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/create-release-pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ jobs:
7676
ref: ${{ needs.prep.outputs.release_branch }}
7777
token: ${{ secrets.GH_PUSH_TOKEN || github.token }}
7878

79+
- name: Setup Git User
80+
uses: OneSignal/sdk-actions/.github/actions/setup-git-user@main
81+
7982
- name: Setup Bun
8083
uses: oven-sh/setup-bun@v2
8184
with:
@@ -153,8 +156,6 @@ jobs:
153156
- name: Update sdk version
154157
run: |
155158
NEW_VERSION="${{ inputs.rn_version }}"
156-
git config user.name "github-actions[bot]"
157-
git config user.email "github-actions[bot]@users.noreply.github.com"
158159
159160
# Update package.json version
160161
bun pm pkg set version="$NEW_VERSION"

0 commit comments

Comments
 (0)