mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-11 12:25:36 +02:00
ci: fix build (possible missing permission)
This commit is contained in:
parent
e80eeaa08e
commit
7f489e22ef
1 changed files with 4 additions and 0 deletions
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
@ -185,6 +185,10 @@ jobs:
|
||||||
- backend # Wait for client before running the merge job
|
- backend # Wait for client before running the merge job
|
||||||
- client # Wait for client before running the merge job
|
- client # Wait for client before running the merge job
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read # Allows reading repository contents
|
||||||
|
packages: write # Required to push images to GitHub Container Registry (GHCR)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Download digests
|
- name: Download digests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue