trivial: allow read/write to packages

This commit is contained in:
Mario Limonciello 2022-06-26 21:36:44 -05:00
parent 95eab5b7de
commit aa97dff184

View File

@ -6,7 +6,7 @@ on:
permissions:
contents: read
packages: write
packages: read|write
jobs:
push_to_registry:
@ -35,3 +35,5 @@ jobs:
context: .
push: true
tags: fwupd/fwupd/fwupd-${{matrix.os}}:latest
secrets: |
"github_token=${{ secrets.GITHUB_TOKEN }}"