mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
ci: grant GITHUB_TOKEN packages: write for ghcr push
The workflow has no permissions block, so GITHUB_TOKEN inherits the
repo's read-only default and cannot create the ghcr.io package
('denied: installation not allowed to Create organization package').
Grant contents: read + packages: write per GitHub's documented pattern
for publishing packages via GITHUB_TOKEN.
This commit is contained in:
parent
4c04dee365
commit
c6cd163965
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-docker.yaml
vendored
3
.github/workflows/build-docker.yaml
vendored
|
|
@ -1,6 +1,9 @@
|
|||
name: Multiplatform Docker build & push
|
||||
on:
|
||||
push:
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
jobs:
|
||||
build:
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue