Skip to content

Commit

Permalink
add PAT to cp jobs (#5599)
Browse files Browse the repository at this point in the history
  • Loading branch information
vepatel authored May 21, 2024
1 parent 7751f1c commit 106890c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
fetch-depth: 0
token: ${{ secrets.NGINX_PAT }}

- name: Set release branch variable
id: branch
Expand All @@ -34,6 +35,7 @@ jobs:
uses: carloscastrojumo/github-cherry-pick-action@503773289f4a459069c832dc628826685b75b4b3 # v1.0.10
with:
branch: ${{ steps.branch.outputs.branch }}
token: ${{ secrets.NGINX_PAT }}
author: nginx-bot <[email protected]>
labels: |
dependencies

0 comments on commit 106890c

Please sign in to comment.