Skip to content

Commit 86f909b

Browse files
chore: rename sdk-actions to sdk-shared (#1910)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a232317 commit 86f909b

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
if: |
1818
github.event.pull_request.merged == true &&
1919
contains(github.event.pull_request.title, 'chore: Release')
20-
uses: OneSignal/sdk-actions/.github/workflows/publish-npm-github.yml@main
20+
uses: OneSignal/sdk-shared/.github/workflows/publish-npm-github.yml@main
2121
with:
2222
branch: ${{ github.event.pull_request.base.ref }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ concurrency:
1010

1111
jobs:
1212
call:
13-
uses: OneSignal/sdk-actions/.github/workflows/wrapper-js-ci.yml@main
13+
uses: OneSignal/sdk-shared/.github/workflows/wrapper-js-ci.yml@main

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ on:
4949

5050
jobs:
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 }}

.github/workflows/lint-pr-title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ on:
77

88
jobs:
99
call:
10-
uses: OneSignal/sdk-actions/.github/workflows/lint-pr-title.yml@main
10+
uses: OneSignal/sdk-shared/.github/workflows/lint-pr-title.yml@main
1111
secrets: inherit

0 commit comments

Comments
 (0)