Skip to content

Commit ae2ff8e

Browse files
authored
Merge pull request #1935 from kubernetes-client/max/10-15-tag-release
ci: set github token permission to write in release workflow
2 parents 5a69713 + 1af546a commit ae2ff8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Release
22

3+
permissions:
4+
contents: write
5+
36
on:
47
workflow_dispatch:
58
inputs:

0 commit comments

Comments
 (0)