Skip to content

Commit

Permalink
ci: Update update-deps.yml (#2276)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaind authored Oct 6, 2022
1 parent 5bfc1ca commit fe8c08c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
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 }}
api-token: ${{ secrets.CI_DEPLOY_KEY }}

gradle-wrapper:
uses: getsentry/github-workflows/.github/workflows/updater.yml@v2
Expand All @@ -26,4 +26,4 @@ jobs:
name: Gradle
pattern: '^v[0-9.]+$' # only match non-preview versions
secrets:
api_token: ${{ secrets.CI_DEPLOY_KEY }}
api-token: ${{ secrets.CI_DEPLOY_KEY }}

0 comments on commit fe8c08c

Please sign in to comment.