Skip to content

Commit

Permalink
ci: automatic submodule dependency update (#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind committed Jul 6, 2022
1 parent fa3886f commit d948fcf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/update-deps.yml
@@ -0,0 +1,20 @@
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:
native:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v1
with:
path: sentry-android-ndk/sentry-native
name: Native SDK
secrets:
# If a custom token is used instead, a CI would be triggered on a created PR.
api_token: ${{ secrets.CI_DEPLOY_KEY }}

0 comments on commit d948fcf

Please sign in to comment.