Skip to content

Commit

Permalink
Update the updater workflow to v2 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
adinauer committed Oct 6, 2022
1 parent c3d134b commit ab5b4f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/update-deps.yml
Expand Up @@ -11,21 +11,21 @@ on:

jobs:
cli:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v1
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
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 }}
api-token: ${{ secrets.CI_DEPLOY_KEY }}
# api-token: ${{ github.token }}

android:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v1
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
with:
path: scripts/update-android.sh
name: Android SDK
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 }}
api-token: ${{ secrets.CI_DEPLOY_KEY }}
# api-token: ${{ github.token }}

1 comment on commit ab5b4f5

@sean-p-mclaughlin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.