add permission to token to write package to ghcr
This commit is contained in:
parent
f63caa14a3
commit
046f109ed8
1 changed files with 1 additions and 0 deletions
1
.github/workflows/prod-deploy.yml
vendored
1
.github/workflows/prod-deploy.yml
vendored
|
@ -68,6 +68,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3.0.2
|
||||
|
|
Loading…
Reference in a new issue