diff --git a/.github/workflows/master-push.yml b/.github/workflows/master-push.yml index eb8403f696..8721682102 100644 --- a/.github/workflows/master-push.yml +++ b/.github/workflows/master-push.yml @@ -18,6 +18,7 @@ jobs: # fetch-depth 0 means deep clone the repo fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} + token: ${{ secrets.JENKINS_GITHUB_PAT}} - name: 'Configure GitHub user' run: | git config user.name rv-jenkins