fix(github): Include PAT to trigger CI jobs on auto-push (#2376)
Signed-off-by: Tim Collins <tim@thecollins.team>
This commit is contained in:
parent
c3c588038d
commit
c7df8c14e6
1 changed files with 1 additions and 0 deletions
1
.github/workflows/chart-version-bump.yml
vendored
1
.github/workflows/chart-version-bump.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
token: ${{ secrets.PAT }}
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Get changed files
|
||||
|
|
Loading…
Reference in a new issue