File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 38
38
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
39
39
with :
40
40
fetch-depth : 0
41
- token : ${{ github.actor == 'renovate[bot]' && secrets.NGINX_PAT || github.token }}
42
41
43
42
- name : Setup Golang Environment
44
43
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ jobs:
192
192
- name : Open a PR with the results
193
193
uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
194
194
with :
195
- token : ${{ secrets.NGINX_PAT }}
195
+ token : ${{ secrets.GITHUB_TOKEN }}
196
196
commit-message : NFR Test Results for NGF version ${{ needs.vars.outputs.version }}
197
197
author :
nginx-bot <[email protected] >
198
198
committer :
nginx-bot <[email protected] >
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-24.04
21
21
permissions :
22
22
contents : write
23
+ pull-requests : write
23
24
steps :
24
25
- name : Branch
25
26
id : branch
83
84
- name : Create Pull Request
84
85
uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
85
86
with :
86
- token : ${{ secrets.NGINX_PAT }}
87
+ token : ${{ secrets.GITHUB_TOKEN }}
87
88
commit-message : Release ${{ inputs.version }}
88
89
title : Release ${{ inputs.version }}
89
90
draft : true
Original file line number Diff line number Diff line change 49
49
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
50
50
with :
51
51
ref : ${{ github.head_ref }}
52
- token : ${{ secrets.NGINX_PAT }}
53
52
54
53
- name : Setup Golang Environment
55
54
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
You can’t perform that action at this time.
0 commit comments