mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
Use specific token for automated go dependency update PR (#1413)
This commit is contained in:
@@ -29,4 +29,4 @@ jobs:
|
||||
uses: SAP/project-piper-action@master
|
||||
with:
|
||||
command: githubCreatePullRequest
|
||||
flags: --body="Update Go dependencies" --head=gh-action-update-golang-dependencies --title="Update Go dependencies" --token ${{ secrets.GITHUB_TOKEN }}
|
||||
flags: --body="Update Go dependencies" --head=gh-action-update-golang-dependencies --title="Update Go dependencies" --token ${{ secrets.GO_DEPENDENCY_UPDATE_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user