ci: fix gitea credentials for opening pr
This commit is contained in:
2
.github/workflows/dependency-check.yml
vendored
2
.github/workflows/dependency-check.yml
vendored
@@ -222,7 +222,7 @@ jobs:
|
|||||||
run: >-
|
run: >-
|
||||||
tea login add
|
tea login add
|
||||||
-u "${{ github.server_url }}"
|
-u "${{ github.server_url }}"
|
||||||
-t "${{ secrets.GITHUB_TOKEN }}"
|
-t "${{ secrets.REPO_WRITE_TOKEN }}"
|
||||||
|
|
||||||
- name: Create Pull Request with dependency updates
|
- name: Create Pull Request with dependency updates
|
||||||
if: steps.upgrade.outputs.has_updates == 'true'
|
if: steps.upgrade.outputs.has_updates == 'true'
|
||||||
|
|||||||
Reference in New Issue
Block a user