Skip to content

Commit 20140fe

Browse files
authored
Set GH_TOKEN for cluster-autoscaler bump script
Added GH_TOKEN environment variable for cluster-autoscaler script.
1 parent f5f03d8 commit 20140fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/bump.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
with:
3434
token: ${{ secrets.VEXXHOST_BOT_PAT }}
3535
- run: ./hack/bump/cluster-autoscaler.sh
36+
env:
37+
GH_TOKEN: ${{ github.token }}
3638
- uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
3739
with:
3840
token: ${{ secrets.VEXXHOST_BOT_PAT }}

0 commit comments

Comments
 (0)