Restrict privileged workflows to official repo

This commit is contained in:
Gregory Schier
2026-07-05 09:41:14 -07:00
parent b332a0eba9
commit 2c1cf5a13c
7 changed files with 6 additions and 49 deletions
+1
View File
@@ -7,6 +7,7 @@ permissions:
contents: write
jobs:
deploy:
if: github.repository == 'mountain-loop/yaak'
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️