File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Create Release PR
33on :
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)'
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
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 }}
You can’t perform that action at this time.
0 commit comments