Skip to content

Commit 970badf

Browse files
committed
Remove NGINX_PAT for renovate too
1 parent 4bb957e commit 970badf

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939
with:
4040
fetch-depth: 0
41-
token: ${{ github.actor == 'renovate[bot]' && secrets.NGINX_PAT || github.token }}
4241

4342
- name: Setup Golang Environment
4443
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0

.github/workflows/renovate-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050
with:
5151
ref: ${{ github.head_ref }}
52-
token: ${{ secrets.NGINX_PAT }}
5352

5453
- name: Setup Golang Environment
5554
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0

0 commit comments

Comments
 (0)