mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix(build): 🐛 Give proper permissions again
This commit is contained in:
parent
51a74331c7
commit
a7dbb2afce
4
.github/workflows/docker-publish.yml
vendored
4
.github/workflows/docker-publish.yml
vendored
|
|
@ -32,6 +32,8 @@ jobs:
|
|||
platform: linux/amd64
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
id-token: write
|
||||
|
||||
steps:
|
||||
- name: Prepare
|
||||
|
|
@ -100,7 +102,7 @@ jobs:
|
|||
contents: read
|
||||
packages: write
|
||||
id-token: write
|
||||
|
||||
|
||||
steps:
|
||||
- name: Prepare
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue