File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed
Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 native :
14- uses : getsentry/github-workflows/.github/workflows/updater.yml@v3
15- with :
16- path : scripts/update-sentry-native-ndk.sh
17- name : Native SDK
18- secrets :
19- # If a custom token is used instead, a CI would be triggered on a created PR.
20- api-token : ${{ secrets.CI_DEPLOY_KEY }}
14+ runs-on : ubuntu-latest
15+ steps :
16+ - uses : getsentry/github-workflows/updater@v3
17+ with :
18+ path : scripts/update-sentry-native-ndk.sh
19+ name : Native SDK
20+ ssh-key : ${{ secrets.CI_DEPLOY_KEY }}
2121
2222 gradle-wrapper :
23- uses : getsentry/github-workflows/.github/workflows/updater.yml@v3
24- with :
25- path : scripts/update-gradle.sh
26- name : Gradle
27- pattern : ' ^v[0-9.]+$' # only match non-preview versions
28- secrets :
29- api-token : ${{ secrets.CI_DEPLOY_KEY }}
23+ runs-on : ubuntu-latest
24+ steps :
25+ - uses : getsentry/github-workflows/updater@v3
26+ with :
27+ path : scripts/update-gradle.sh
28+ name : Gradle
29+ pattern : ' ^v[0-9.]+$' # only match non-preview versions
30+ ssh-key : ${{ secrets.CI_DEPLOY_KEY }}
You can’t perform that action at this time.
0 commit comments