Skip to content

Commit ee38f5c

Browse files
committed
test
1 parent 8c09426 commit ee38f5c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-sdk.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
- name: Push SDK
5151
env:
5252
# auth
53-
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
53+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54+
#GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
5455
# variables
5556
BRANCH_PREFIX: "generator-bot-${{ github.run_id }}"
5657
COMMIT_INFO: "Generated from GitHub run [${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})"

0 commit comments

Comments
 (0)