Skip to content

Commit 1b62060

Browse files
authored
Use nginx-bot to commit changes (#140)
1 parent f0f9987 commit 1b62060

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/sync-chart.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
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
@@ -43,9 +45,11 @@ jobs:
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 }}.

0 commit comments

Comments
 (0)