|
11 | 11 |
|
12 | 12 | jobs: |
13 | 13 | android: |
14 | | - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 |
15 | | - with: |
16 | | - path: scripts/update-android.sh |
17 | | - name: Android SDK |
18 | | - pr-strategy: update |
19 | | - secrets: |
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-android.sh |
| 19 | + name: Android SDK |
| 20 | + ssh-key: ${{ secrets.CI_DEPLOY_KEY }} |
21 | 21 |
|
22 | 22 | android-stubs: |
23 | | - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 |
24 | | - with: |
25 | | - path: scripts/update-android-stubs.sh |
26 | | - name: Android SDK Stubs |
27 | | - pr-strategy: update |
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-android-stubs.sh |
| 28 | + name: Android SDK Stubs |
| 29 | + ssh-key: ${{ secrets.CI_DEPLOY_KEY }} |
30 | 30 |
|
31 | 31 | cocoa: |
32 | | - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 |
33 | | - with: |
34 | | - path: scripts/update-cocoa.sh |
35 | | - name: Cocoa SDK |
36 | | - pr-strategy: update |
37 | | - secrets: |
38 | | - api-token: ${{ secrets.CI_DEPLOY_KEY }} |
| 32 | + runs-on: ubuntu-latest |
| 33 | + steps: |
| 34 | + - uses: getsentry/github-workflows/updater@v3 |
| 35 | + with: |
| 36 | + path: scripts/update-cocoa.sh |
| 37 | + name: Cocoa SDK |
| 38 | + ssh-key: ${{ secrets.CI_DEPLOY_KEY }} |
39 | 39 |
|
40 | 40 | javascript: |
41 | | - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 |
42 | | - with: |
43 | | - path: scripts/update-javascript.sh |
44 | | - name: JavaScript SDK |
45 | | - pr-strategy: update |
46 | | - secrets: |
47 | | - api-token: ${{ secrets.CI_DEPLOY_KEY }} |
| 41 | + runs-on: ubuntu-latest |
| 42 | + steps: |
| 43 | + - uses: getsentry/github-workflows/updater@v3 |
| 44 | + with: |
| 45 | + path: scripts/update-javascript.sh |
| 46 | + name: JavaScript SDK |
| 47 | + ssh-key: ${{ secrets.CI_DEPLOY_KEY }} |
48 | 48 |
|
49 | 49 | wizard: |
50 | | - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 |
51 | | - with: |
52 | | - path: scripts/update-wizard.sh |
53 | | - name: Wizard |
54 | | - pr-strategy: update |
55 | | - changelog-entry: false |
56 | | - secrets: |
57 | | - api-token: ${{ secrets.CI_DEPLOY_KEY }} |
| 50 | + runs-on: ubuntu-latest |
| 51 | + steps: |
| 52 | + - uses: getsentry/github-workflows/updater@v3 |
| 53 | + with: |
| 54 | + path: scripts/update-wizard.sh |
| 55 | + name: Wizard |
| 56 | + changelog-entry: false |
| 57 | + ssh-key: ${{ secrets.CI_DEPLOY_KEY }} |
58 | 58 |
|
59 | 59 | cli: |
60 | | - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 |
61 | | - with: |
62 | | - path: scripts/update-cli.sh |
63 | | - name: CLI |
64 | | - pr-strategy: update |
65 | | - secrets: |
66 | | - api-token: ${{ secrets.CI_DEPLOY_KEY }} |
| 60 | + runs-on: ubuntu-latest |
| 61 | + steps: |
| 62 | + - uses: getsentry/github-workflows/updater@v3 |
| 63 | + with: |
| 64 | + path: scripts/update-cli.sh |
| 65 | + name: CLI |
| 66 | + ssh-key: ${{ secrets.CI_DEPLOY_KEY }} |
67 | 67 |
|
68 | 68 | bundler-plugins: |
69 | | - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 |
70 | | - with: |
71 | | - path: scripts/update-bundler-plugins.sh |
72 | | - name: Bundler Plugins |
73 | | - pr-strategy: update |
74 | | - secrets: |
75 | | - api-token: ${{ secrets.CI_DEPLOY_KEY }} |
| 69 | + runs-on: ubuntu-latest |
| 70 | + steps: |
| 71 | + - uses: getsentry/github-workflows/updater@v3 |
| 72 | + with: |
| 73 | + path: scripts/update-bundler-plugins.sh |
| 74 | + name: Bundler Plugins |
| 75 | + ssh-key: ${{ secrets.CI_DEPLOY_KEY }} |
76 | 76 |
|
77 | 77 | sample-rn: |
78 | | - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 |
79 | | - with: |
80 | | - path: scripts/update-rn.sh |
81 | | - name: React Native |
82 | | - pattern: '^v[0-9.]+$' # only match non-preview versions, also ignores "latest" |
83 | | - pr-strategy: update |
84 | | - changelog-entry: false |
85 | | - secrets: |
86 | | - api-token: ${{ secrets.CI_DEPLOY_KEY }} |
| 78 | + runs-on: ubuntu-latest |
| 79 | + steps: |
| 80 | + - uses: getsentry/github-workflows/updater@v3 |
| 81 | + with: |
| 82 | + path: scripts/update-rn.sh |
| 83 | + name: React Native |
| 84 | + pattern: '^v[0-9.]+$' # only match non-preview versions, also ignores "latest" |
| 85 | + changelog-entry: false |
| 86 | + ssh-key: ${{ secrets.CI_DEPLOY_KEY }} |
87 | 87 |
|
88 | 88 | maestro: |
89 | | - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 |
90 | | - with: |
91 | | - path: scripts/update-maestro.sh |
92 | | - name: Maestro |
93 | | - pattern: '^v[0-9.]+$' # only match non-preview versions |
94 | | - pr-strategy: update |
95 | | - changelog-entry: false |
96 | | - secrets: |
97 | | - api-token: ${{ secrets.CI_DEPLOY_KEY }} |
| 89 | + runs-on: ubuntu-latest |
| 90 | + steps: |
| 91 | + - uses: getsentry/github-workflows/updater@v3 |
| 92 | + with: |
| 93 | + path: scripts/update-maestro.sh |
| 94 | + name: Maestro |
| 95 | + pattern: '^v[0-9.]+$' # only match non-preview versions |
| 96 | + changelog-entry: false |
| 97 | + ssh-key: ${{ secrets.CI_DEPLOY_KEY }} |
98 | 98 |
|
99 | 99 | sentry-android-gradle-plugin: |
100 | | - uses: getsentry/github-workflows/.github/workflows/updater.yml@v2 |
101 | | - with: |
102 | | - path: scripts/update-sentry-android-gradle-plugin.sh |
103 | | - name: Sentry Android Gradle Plugin |
104 | | - pattern: '^[0-9.]+$' |
105 | | - pr-strategy: update |
106 | | - changelog-entry: false |
107 | | - secrets: |
108 | | - api-token: ${{ secrets.CI_DEPLOY_KEY }} |
| 100 | + runs-on: ubuntu-latest |
| 101 | + steps: |
| 102 | + - uses: getsentry/github-workflows/updater@v3 |
| 103 | + with: |
| 104 | + path: scripts/update-sentry-android-gradle-plugin.sh |
| 105 | + name: Sentry Android Gradle Plugin |
| 106 | + pattern: '^[0-9.]+$' |
| 107 | + changelog-entry: false |
| 108 | + ssh-key: ${{ secrets.CI_DEPLOY_KEY }} |
0 commit comments