2
0
forked from jmug/cactoide

fix: add permissions to github workflow

This commit is contained in:
Levente Orban
2025-12-08 09:41:43 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
# .github/workflows/docker-build-and-push.yml
name: build & push the images
permissions:
contents: read
pull-requests: write
on:
push:

View File

@@ -1,4 +1,7 @@
name: test & build
permissions:
contents: read
pull-requests: write
on:
push: