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
|
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
|
||||||
|
|
Loading…
Reference in New Issue