mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
ci/cd - fix nested permissions
This commit is contained in:
parent
e1edfe4a7f
commit
5a9836fec5
2 changed files with 3 additions and 3 deletions
3
.github/workflows/container-build.yml
vendored
3
.github/workflows/container-build.yml
vendored
|
|
@ -42,9 +42,6 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
steps:
|
||||
# Prepare
|
||||
- name: Checkout source code
|
||||
|
|
|
|||
3
.github/workflows/dev.yml
vendored
3
.github/workflows/dev.yml
vendored
|
|
@ -9,6 +9,9 @@ on:
|
|||
jobs:
|
||||
# Containers
|
||||
build-containers:
|
||||
permissions:
|
||||
contents: read
|
||||
packages: write
|
||||
strategy:
|
||||
matrix:
|
||||
image: [bunkerweb, scheduler, autoconf, ui]
|
||||
|
|
|
|||
Loading…
Reference in a new issue