Merge pull request #454 from miaowware/token-perms

.github/workflows/docker.yml: add package write perms
This commit is contained in:
0x5c 2022-10-12 01:08:29 -04:00 committed by GitHub
commit f5aeefc934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ jobs:
docker:
name: Build and push docker images
runs-on: ubuntu-20.04
permissions:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2