1
0
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:
Florian Wilhelm
2020-04-16 17:58:59 +02:00
committed by GitHub
parent 0e4bff7aa6
commit 6d7ab39e29

View File

@@ -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 }}