We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c09426 commit ee38f5cCopy full SHA for ee38f5c
1 file changed
.github/workflows/update-sdk.yaml
@@ -50,7 +50,8 @@ jobs:
50
- name: Push SDK
51
env:
52
# auth
53
- GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
+ #GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
55
# variables
56
BRANCH_PREFIX: "generator-bot-${{ github.run_id }}"
57
COMMIT_INFO: "Generated from GitHub run [${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"
0 commit comments