Skip to content

Commit 1954944

Browse files
committed
remove nginx-pat from version bump
1 parent 998a340 commit 1954944

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/version-bump.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@ jobs:
5050
- name: Create Pull Request
5151
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
5252
with:
53-
token: ${{ secrets.NGINX_PAT }}
53+
token: ${{ secrets.GITHUB_TOKEN }}
5454
commit-message: Version Bump for ${{ github.event.inputs.ic_version }}
5555
title: Version Bump for ${{ github.event.inputs.ic_version }}
5656
branch: chore/version-bump-${{ github.event.inputs.ic_version }}
57-
author: nginx-bot <[email protected]>
5857
labels: chore
5958
body: |
6059
This automated PR updates the NIC & Helm chart versions for the upcoming ${{ github.event.inputs.ic_version }} release.

0 commit comments

Comments
 (0)