Skip to content

fix: add correct permissions #208

fix: add correct permissions

fix: add correct permissions #208

Workflow file for this run

# run build on every push (expect master branch) and PR
name: development
on:
push:
branches:
- '*'
- '!master'
permissions:
contents: read
packages: write
jobs:
build:
uses: ./.github/workflows/build-and-push.yml
with:
push_image: false