File tree Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Expand file tree Collapse file tree 1 file changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -37,23 +37,26 @@ jobs:
3737 secrets :
3838 api-token : ${{ secrets.CI_DEPLOY_KEY }}
3939
40- wizard :
41- uses : getsentry/github-workflows/.github/workflows/updater.yml@v2
42- with :
43- path : scripts/update-wizard.sh
44- name : Wizard
45- pr-strategy : update
46- secrets :
47- api-token : ${{ secrets.CI_DEPLOY_KEY }}
40+ # RN SDK v4 can't be updated to the latest wizard and cli
41+ # This will be returned in v5
4842
49- cli :
50- uses : getsentry/github-workflows/.github/workflows/updater.yml@v2
51- with :
52- path : scripts/update-cli.sh
53- name : CLI
54- pr-strategy : update
55- secrets :
56- api-token : ${{ secrets.CI_DEPLOY_KEY }}
43+ # wizard:
44+ # uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
45+ # with:
46+ # path: scripts/update-wizard.sh
47+ # name: Wizard
48+ # pr-strategy: update
49+ # secrets:
50+ # api-token: ${{ secrets.CI_DEPLOY_KEY }}
51+
52+ # cli:
53+ # uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
54+ # with:
55+ # path: scripts/update-cli.sh
56+ # name: CLI
57+ # pr-strategy: update
58+ # secrets:
59+ # api-token: ${{ secrets.CI_DEPLOY_KEY }}
5760
5861 sample-rn :
5962 uses : getsentry/github-workflows/.github/workflows/updater.yml@v2
You can’t perform that action at this time.
0 commit comments