Merge pull request #5469 from liangyuanpeng/fix_ghtoken_krewindex

ci: add github token for update-krew-index
This commit is contained in:
karmada-bot 2024-09-02 18:36:49 +08:00 committed by GitHub
commit 920ac8931e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,8 @@ jobs:
upload-assets: true upload-assets: true
update-krew-index: update-krew-index:
env:
GH_TOKEN: ${{ github.token }}
needs: needs:
- release-assests - release-assests
name: Update krew-index name: Update krew-index