CI: restrict workflows to only run on owner repository
This commit is contained in:
1
.github/workflows/deploy-development.yml
vendored
1
.github/workflows/deploy-development.yml
vendored
@@ -7,6 +7,7 @@ jobs:
|
||||
deploy:
|
||||
name: Build & Deploy
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'wg-easy'
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user