File tree Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Expand file tree Collapse file tree 1 file changed +15
-16
lines changed Original file line number Diff line number Diff line change 99 pull_request : # temporary until we merge the PR
1010
1111jobs :
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 }}
You can’t perform that action at this time.
0 commit comments