You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +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