Skip to content

Commit c2a44c1

Browse files
committed
Update
1 parent 55a3efa commit c2a44c1

File tree

1 file changed

+15
-16
lines changed

1 file changed

+15
-16
lines changed

.github/workflows/update-deps.yml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,19 @@ on:
99
pull_request: # temporary until we merge the PR
1010

1111
jobs:
12-
cocoa:
13-
runs-on: macos-latest
14-
steps:
15-
- uses: getsentry/github-workflows/updater@v3
16-
with:
17-
path: scripts/update-cocoa.sh
18-
name: Cocoa SDK
19-
api-token: ${{ secrets.CI_DEPLOY_KEY }}
20-
2112
java:
22-
runs-on: ubuntu-latest
23-
steps:
24-
- uses: getsentry/github-workflows/updater@v3
25-
with:
26-
path: scripts/update-java.sh
27-
name: Java SDK
28-
api-token: ${{ secrets.CI_DEPLOY_KEY }}
13+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
14+
with:
15+
path: scripts/update-java.sh
16+
name: Java/Android SDK
17+
secrets:
18+
api-token: ${{ secrets.CI_DEPLOY_KEY }}
19+
20+
cocoa:
21+
uses: getsentry/github-workflows/.github/workflows/updater.yml@v3
22+
with:
23+
path: scripts/update-cocoa.sh
24+
name: Cocoa SDK
25+
runs-on: macos-latest
26+
secrets:
27+
api-token: ${{ secrets.CI_DEPLOY_KEY }}

0 commit comments

Comments
 (0)