File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 5656 secrets :
5757 api-token : ${{ secrets.CI_DEPLOY_KEY }}
5858
59+ bundler-plugins :
60+ uses : getsentry/github-workflows/.github/workflows/updater.yml@v2
61+ with :
62+ path : scripts/update-bundler-plugins.sh
63+ name : Bundler Plugins
64+ pr-strategy : update
65+ secrets :
66+ api-token : ${{ secrets.CI_DEPLOY_KEY }}
67+
5968 sample-rn :
6069 uses : getsentry/github-workflows/.github/workflows/updater.yml@v2
6170 with :
Original file line number Diff line number Diff line change 1+ #! /usr/bin/env bash
2+ set -euo pipefail
3+
4+ tagPrefix=' '
5+ repo=" https://github.com/getsentry/sentry-javascript-bundler-plugins.git"
6+ packages=(' @sentry/babel-plugin-component-annotate' )
7+
8+ . $( dirname " $0 " ) /update-package-json.sh
You can’t perform that action at this time.
0 commit comments