Skip to content

Commit

Permalink
chore: CLI dependency update CI (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Jun 28, 2022
1 parent adec5f2 commit 9c70bc1
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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@v1
with:
path: plugin-build/sentry-cli.properties
name: CLI
secrets:
# If a custom token is used instead, a CI would be triggered on a created PR.
# api_token: ${{ secrets.CI_DEPLOY_KEY }}
api_token: ${{ github.token }}

0 comments on commit 9c70bc1

Please sign in to comment.