Skip to content

Commit

Permalink
Hotfix/push release with pat (#2574)
Browse files Browse the repository at this point in the history
* Force new Release with new process

* Revert "Force new Release with new process"

This reverts commit d12d7be.

* checkout code with a PAT and push to trigger release builds
  • Loading branch information
F-WRunTime authored Aug 10, 2024
1 parent 25de575 commit a29f783
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/master-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a29f783

Please sign in to comment.