add buildx plugin and permissions workflow

This commit is contained in:
aptalca
2023-02-15 21:36:50 -05:00
parent b6980b1359
commit 622aaca24a
4 changed files with 27 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
name: Permission check
on:
pull_request:
paths:
- '**/run'
- '**/finish'
jobs:
permission_check:
uses: linuxserver/github-workflows/.github/workflows/init-svc-executable-permissions.yml@v1