We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75edbf0 commit 39d6990Copy full SHA for 39d6990
.github/workflows/ci.yml
@@ -38,7 +38,6 @@ jobs:
38
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39
with:
40
fetch-depth: 0
41
- token: ${{ github.actor == 'renovate[bot]' && secrets.NGINX_PAT || github.token }}
42
43
- name: Setup Golang Environment
44
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
.github/workflows/renovate-build.yml
@@ -49,7 +49,6 @@ jobs:
49
50
51
ref: ${{ github.head_ref }}
52
- token: ${{ secrets.NGINX_PAT }}
53
54
55
0 commit comments