Skip to content

Commit

Permalink
chore(ci): Stop updating wizard and cli on main (v4) branch (#2728)
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich authored Jan 16, 2023
1 parent 49d7e59 commit 44b02a7
Showing 1 changed file with 19 additions and 16 deletions.
35 changes: 19 additions & 16 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,26 @@ jobs:
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}

wizard:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
path: scripts/update-wizard.sh
name: Wizard
pr-strategy: update
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}
# RN SDK v4 can't be updated to the latest wizard and cli
# This will be returned in v5

cli:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
path: scripts/update-cli.sh
name: CLI
pr-strategy: update
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}
# wizard:
# uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
# with:
# path: scripts/update-wizard.sh
# name: Wizard
# pr-strategy: update
# secrets:
# api-token: ${{ secrets.CI_DEPLOY_KEY }}

# cli:
# uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
# with:
# path: scripts/update-cli.sh
# name: CLI
# pr-strategy: update
# secrets:
# api-token: ${{ secrets.CI_DEPLOY_KEY }}

sample-rn:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
Expand Down

0 comments on commit 44b02a7

Please sign in to comment.