Skip to content

Commit

Permalink
Use different CI key for running update workflow (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Jul 19, 2022
1 parent e2e167d commit 5fc68da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-deps.yml
Expand Up @@ -17,8 +17,8 @@ jobs:
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
Expand Down

0 comments on commit 5fc68da

Please sign in to comment.