Skip to content

Update Dependencies #850

Update Dependencies

Update Dependencies #850

Workflow file for this run

name: Update Dependencies
on:
# Run every day.
schedule:
- cron: '0 3 * * *'
# And on on every PR merge so we get the updated dependencies ASAP, and to make sure the changelog doesn't conflict.
push:
branches:
- main
jobs:
cli:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
path: scripts/update-cli.sh
name: CLI
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}