mirror of https://github.com/rancher/kubectl.git
fix permissions
This commit is contained in:
parent
ea6dc1c1c1
commit
1baba46c80
|
|
@ -48,6 +48,9 @@ jobs:
|
|||
echo "value=${JSON}" >> "$GITHUB_OUTPUT"
|
||||
echo "Found ${NEW_COUNT} new kubectl versions to build" >> $GITHUB_STEP_SUMMARY
|
||||
image-prebuild-validate:
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write # this is important, it's how we authenticate with Vault
|
||||
needs:
|
||||
- image-prebuild
|
||||
name: Prebuild and Validate kubectl versions
|
||||
|
|
|
|||
Loading…
Reference in New Issue