Add packages:write permission for ghcr.io push
This commit is contained in:
4
.github/workflows/deploy-production.yaml
vendored
4
.github/workflows/deploy-production.yaml
vendored
@@ -5,6 +5,10 @@ on:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user