Skip to content

build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0… #2200

build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0…

build(deps): bump actions/create-github-app-token from 2.0.6 to 2.1.0… #2200

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:
native:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2

Check failure on line 14 in .github/workflows/update-deps.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-deps.yml

Invalid workflow file

error parsing called workflow ".github/workflows/update-deps.yml" -> "getsentry/github-workflows/.github/workflows/updater.yml@v2" (source tag with sha:f0117130a27970bef0dd4f5445ce1b0a456eec4d) : You have an error in your yaml syntax on line 124
with:
path: scripts/update-sentry-native-ndk.sh
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 }}
gradle-wrapper:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
path: scripts/update-gradle.sh
name: Gradle
pattern: '^v[0-9.]+$' # only match non-preview versions
secrets:
api-token: ${{ secrets.CI_DEPLOY_KEY }}