Merge pull request #5469 from liangyuanpeng/fix_ghtoken_krewindex
ci: add github token for update-krew-index
This commit is contained in:
commit
920ac8931e
|
@ -202,6 +202,8 @@ jobs:
|
|||
upload-assets: true
|
||||
|
||||
update-krew-index:
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
needs:
|
||||
- release-assests
|
||||
name: Update krew-index
|
||||
|
|
Loading…
Reference in New Issue