mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
add write permission to run release CI
This commit is contained in:
3
.github/workflows/release.yaml
vendored
3
.github/workflows/release.yaml
vendored
@@ -1,5 +1,8 @@
|
|||||||
name: release
|
name: release
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write # Allow actions to update dependabot PRs
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user