mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2026-05-21 07:19:33 -05:00
ci(build): move permissions to higher scope
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user