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 998a340 commit 1954944Copy full SHA for 1954944
.github/workflows/version-bump.yml
@@ -50,11 +50,10 @@ jobs:
50
- name: Create Pull Request
51
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
52
with:
53
- token: ${{ secrets.NGINX_PAT }}
+ token: ${{ secrets.GITHUB_TOKEN }}
54
commit-message: Version Bump for ${{ github.event.inputs.ic_version }}
55
title: Version Bump for ${{ github.event.inputs.ic_version }}
56
branch: chore/version-bump-${{ github.event.inputs.ic_version }}
57
- author: nginx-bot <[email protected]>
58
labels: chore
59
body: |
60
This automated PR updates the NIC & Helm chart versions for the upcoming ${{ github.event.inputs.ic_version }} release.
0 commit comments