Skip to content

Commit 0947d14

Browse files
committed
ci: set workflow permissions for release job
We had the issue that the github action wasnt able to push tags to github. This should fix the issue ref: kubernetes-client#1828
1 parent 722b826 commit 0947d14

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)