diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 0ba24415..32de1dc7 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -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