@@ -53,12 +53,12 @@ permissions:
5353
5454jobs :
5555 prep :
56- uses : OneSignal/sdk-actions /.github/workflows/prep-release.yml@main
56+ uses : OneSignal/sdk-shared /.github/workflows/prep-release.yml@main
5757 secrets :
58- # Need this cross-repo token (sdk-actions & this repo) to perform changes
58+ # Need this cross-repo token (sdk-shared & this repo) to perform changes
5959 GH_PUSH_TOKEN : ${{ secrets.GH_PUSH_TOKEN }}
6060 with :
61- # Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-actions )
61+ # Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-shared )
6262 target_repo : OneSignal/OneSignal-Unity-SDK
6363 version : ${{ inputs.unity_version }}
6464
8080 token : ${{ secrets.GH_PUSH_TOKEN || github.token }}
8181
8282 - name : Setup Git User
83- uses : OneSignal/sdk-actions /.github/actions/setup-git-user@main
83+ uses : OneSignal/sdk-shared /.github/actions/setup-git-user@main
8484
8585 - name : Get current native SDK versions from target branch
8686 id : current_versions
@@ -147,12 +147,12 @@ jobs:
147147
148148 create_pr :
149149 needs : [prep, update_version]
150- uses : OneSignal/sdk-actions /.github/workflows/create-release.yml@main
150+ uses : OneSignal/sdk-shared /.github/workflows/create-release.yml@main
151151 secrets :
152- # Need this cross-repo token (sdk-actions & this repo) to perform changes
152+ # Need this cross-repo token (sdk-shared & this repo) to perform changes
153153 GH_PUSH_TOKEN : ${{ secrets.GH_PUSH_TOKEN }}
154154 with :
155- # Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-actions )
155+ # Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-shared )
156156 target_repo : OneSignal/OneSignal-Unity-SDK
157157 release_branch : ${{ needs.prep.outputs.release_branch }}
158158 target_branch : ${{ inputs.target_branch }}
0 commit comments