mirror of
https://git.proxmox.com/git/fwupd
synced 2025-07-25 10:29:58 +00:00
trivial: allow read/write to packages
This commit is contained in:
parent
95eab5b7de
commit
aa97dff184
4
.github/workflows/create_containers.yml
vendored
4
.github/workflows/create_containers.yml
vendored
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user