Skip to content

Commit 01f2835

Browse files
authored
Use NGINX_PAT to checkout renovate's PRs (#2710)
1 parent cb547d6 commit 01f2835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
4141
with:
4242
fetch-depth: 0
43+
token: ${{ github.actor == 'renovate[bot]' && secrets.NGINX_PAT || github.token }}
4344

4445
- name: Setup Golang Environment
4546
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2

0 commit comments

Comments
 (0)