diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index be9454b1..e68f757f 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -77,7 +77,7 @@ jobs: create_github_release: needs: publish - uses: OneSignal/sdk-actions/.github/workflows/github-release.yml@main + uses: OneSignal/sdk-shared/.github/workflows/github-release.yml@main secrets: GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }} with: diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index cc0ff930..1887c72d 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -53,12 +53,12 @@ permissions: jobs: prep: - uses: OneSignal/sdk-actions/.github/workflows/prep-release.yml@main + uses: OneSignal/sdk-shared/.github/workflows/prep-release.yml@main secrets: - # Need this cross-repo token (sdk-actions & this repo) to perform changes + # Need this cross-repo token (sdk-shared & this repo) to perform changes GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }} with: - # Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-actions) + # Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-shared) target_repo: OneSignal/OneSignal-Unity-SDK version: ${{ inputs.unity_version }} @@ -80,7 +80,7 @@ jobs: token: ${{ secrets.GH_PUSH_TOKEN || github.token }} - name: Setup Git User - uses: OneSignal/sdk-actions/.github/actions/setup-git-user@main + uses: OneSignal/sdk-shared/.github/actions/setup-git-user@main - name: Get current native SDK versions from target branch id: current_versions @@ -147,12 +147,12 @@ jobs: create_pr: needs: [prep, update_version] - uses: OneSignal/sdk-actions/.github/workflows/create-release.yml@main + uses: OneSignal/sdk-shared/.github/workflows/create-release.yml@main secrets: - # Need this cross-repo token (sdk-actions & this repo) to perform changes + # Need this cross-repo token (sdk-shared & this repo) to perform changes GH_PUSH_TOKEN: ${{ secrets.GH_PUSH_TOKEN }} with: - # Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-actions) + # Need target_repo otherwise caller would set github.repository to the caller itself (e.g. sdk-shared) target_repo: OneSignal/OneSignal-Unity-SDK release_branch: ${{ needs.prep.outputs.release_branch }} target_branch: ${{ inputs.target_branch }}