mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-08-01 07:21:05 +00:00
fix(ci): give release workflow content write permissions to publish release
This commit is contained in:
parent
2569c12637
commit
26fcbbc13c
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -19,6 +19,8 @@ on:
|
||||
- 'v*.*.*'
|
||||
jobs:
|
||||
goreleaser:
|
||||
permissions:
|
||||
contents: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
Loading…
Reference in New Issue
Block a user