From ab5b4f58fd8e95ca4b1d548d70b84befd6dcf45a Mon Sep 17 00:00:00 2001 From: Alexander Dinauer Date: Thu, 6 Oct 2022 18:59:53 +0200 Subject: [PATCH] Update the updater workflow to v2 (#382) --- .github/workflows/update-deps.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 32de1dc7..fa89efaf 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -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 }}