add permissions.yml, update checkout action ver

This commit is contained in:
aptalca
2023-02-24 20:30:26 -05:00
parent 20f0cc586d
commit be29d4c1bd
2 changed files with 10 additions and 1 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