ci: add packages:write permission for registry push
Some checks failed
Build & Deploy to K3s / Build & Deploy (push) Failing after 9m53s
Some checks failed
Build & Deploy to K3s / Build & Deploy (push) Failing after 9m53s
This commit is contained in:
parent
7a49541128
commit
b568b14a42
1 changed files with 4 additions and 0 deletions
|
|
@ -4,6 +4,10 @@ on:
|
|||
push:
|
||||
branches: [ main ]
|
||||
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
build-and-deploy:
|
||||
name: Build & Deploy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue