ci(build): move permissions to higher scope

This commit is contained in:
tigattack
2025-09-23 17:55:46 +01:00
parent f25834b4ba
commit 94ec14f08b

View File

@@ -12,12 +12,13 @@ on:
env:
REGISTRY: ghcr.io
permissions:
contents: read
packages: write
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
strategy:
matrix:
image: [backend, frontend]