4949
5050jobs :
5151 prep :
52- uses : OneSignal/sdk-actions /.github/workflows/prep-release.yml@main
52+ uses : OneSignal/sdk-shared /.github/workflows/prep-release.yml@main
5353 secrets :
54- # Need this cross-repo token (sdk-actions & this repo) to perform changes
54+ # Need this cross-repo token (sdk-shared & this repo) to perform changes
5555
5656 GH_PUSH_TOKEN : ${{ secrets.GH_PUSH_TOKEN }}
5757 with :
@@ -71,13 +71,13 @@ jobs:
7171 - name : Checkout
7272 uses : actions/checkout@v5
7373 with :
74- # Need repository otherwise caller would set github.repository to the caller itself (e.g. sdk-actions )
74+ # Need repository otherwise caller would set github.repository to the caller itself (e.g. sdk-shared )
7575 repository : OneSignal/react-native-onesignal
7676 ref : ${{ needs.prep.outputs.release_branch }}
7777 token : ${{ secrets.GH_PUSH_TOKEN || github.token }}
7878
7979 - name : Setup Git User
80- uses : OneSignal/sdk-actions /.github/actions/setup-git-user@main
80+ uses : OneSignal/sdk-shared /.github/actions/setup-git-user@main
8181
8282 - name : Setup Bun
8383 uses : oven-sh/setup-bun@v2
@@ -164,12 +164,12 @@ jobs:
164164
165165 create-pr :
166166 needs : [prep, update_version]
167- uses : OneSignal/sdk-actions /.github/workflows/create-release.yml@main
167+ uses : OneSignal/sdk-shared /.github/workflows/create-release.yml@main
168168 secrets :
169- # Need this cross-repo token (sdk-actions & this repo) to perform changes
169+ # Need this cross-repo token (sdk-shared & this repo) to perform changes
170170 GH_PUSH_TOKEN : ${{ secrets.GH_PUSH_TOKEN }}
171171 with :
172- # Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-actions )
172+ # Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-shared )
173173 target_repo : OneSignal/react-native-onesignal
174174 release_branch : ${{ needs.prep.outputs.release_branch }}
175175 target_branch : ${{ inputs.target_branch }}
0 commit comments