add permission to token to write package to ghcr

This commit is contained in:
Krishan 2022-08-18 10:40:54 +05:30 committed by GitHub
parent f63caa14a3
commit 046f109ed8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,6 +68,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3.0.2