Skip to content

Commit f87455a

Browse files
committed
ci: pass target repo
1 parent bfce473 commit f87455a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name: Create Release PR
33
on:
44
# For making a release pr from android / ios sdk actions
55
workflow_call:
6+
secrets:
7+
GH_PUSH_TOKEN:
8+
required: false
9+
description: 'GitHub token for pushing changes'
610
inputs:
711
cordova_version:
812
description: 'New Cordova Version (e.g., 5.2.15 or 5.2.15-beta.1)'
@@ -47,6 +51,7 @@ jobs:
4751
prep:
4852
uses: OneSignal/sdk-actions/.github/workflows/prep-release.yml@main
4953
with:
54+
target_repo: OneSignal/OneSignal-Cordova-SDK
5055
version: ${{ inputs.cordova_version }}
5156

5257
# Cordova specific steps
@@ -62,6 +67,7 @@ jobs:
6267
- name: Checkout
6368
uses: actions/checkout@v5
6469
with:
70+
repository: OneSignal/OneSignal-Cordova-SDK
6571
ref: ${{ needs.prep.outputs.release_branch }}
6672

6773
- name: Setup Bun
@@ -177,6 +183,7 @@ jobs:
177183
needs: [prep, update-version]
178184
uses: OneSignal/sdk-actions/.github/workflows/create-release.yml@main
179185
with:
186+
target_repo: OneSignal/OneSignal-Cordova-SDK
180187
release_branch: ${{ needs.prep.outputs.release_branch }}
181188
target_branch: ${{ inputs.target_branch }}
182189
android_from: ${{ needs.update-version.outputs.android_from }}

0 commit comments

Comments
 (0)