File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
17+ with :
18+ token : ${{ secrets.NGINX_PAT }}
1719
1820 - name : Sync
1921 id : sync
4345 - name : Create Pull Request
4446 uses : peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
4547 with :
48+ token : ${{ secrets.NGINX_PAT }}
4649 commit-message : Update NGINX Ingress Controller to ${{ steps.sync.outputs.new_version }}
4750 title : Update NGINX Ingress Controller to ${{ steps.sync.outputs.new_version }}
4851 branch : feat/update-nic-to-${{ steps.sync.outputs.new_version }}
52+ author :
nginx-bot <[email protected] > 4953 body : |
5054 This automated PR updates the NGINX Ingress Controller to ${{ steps.sync.outputs.new_version }}.
5155 The Helm Chart was updated to ${{ inputs.chart_version }}.
You can’t perform that action at this time.
0 commit comments