Browse Source
CI: restrict workflows to only run on owner repository (#817)
pull/821/head
Philip H
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with
7 additions and
0 deletions
-
.github/workflows/codeql.yml
-
.github/workflows/deploy-development.yml
-
.github/workflows/deploy-nightly.yml
-
.github/workflows/deploy.yml
-
.github/workflows/lint.yml
-
.github/workflows/npm-update-bot.yml
-
.github/workflows/stale.yml
|
|
@ -12,6 +12,7 @@ jobs: |
|
|
|
analyze: |
|
|
|
name: Analyze |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: github.repository_owner == 'wg-easy' |
|
|
|
permissions: |
|
|
|
actions: read |
|
|
|
contents: read |
|
|
|
|
|
@ -7,6 +7,7 @@ jobs: |
|
|
|
deploy: |
|
|
|
name: Build & Deploy |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: github.repository_owner == 'wg-easy' |
|
|
|
permissions: |
|
|
|
packages: write |
|
|
|
contents: read |
|
|
|
|
|
@ -9,6 +9,7 @@ jobs: |
|
|
|
deploy: |
|
|
|
name: Build & Deploy |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: github.repository_owner == 'wg-easy' |
|
|
|
permissions: |
|
|
|
packages: write |
|
|
|
contents: read |
|
|
|
|
|
@ -10,6 +10,7 @@ jobs: |
|
|
|
deploy: |
|
|
|
name: Build & Deploy |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: github.repository_owner == 'wg-easy' |
|
|
|
permissions: |
|
|
|
packages: write |
|
|
|
contents: read |
|
|
|
|
|
@ -11,6 +11,7 @@ jobs: |
|
|
|
lint: |
|
|
|
name: Lint |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: github.repository_owner == 'wg-easy' |
|
|
|
steps: |
|
|
|
- name: Checkout repository |
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
|
@ -10,6 +10,7 @@ jobs: |
|
|
|
npmupbot: |
|
|
|
name: NPM Update Bot 🤖 |
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: github.repository_owner == 'wg-easy' |
|
|
|
steps: |
|
|
|
- name: Checkout repository |
|
|
|
uses: actions/checkout@v4 |
|
|
|
|
|
@ -14,6 +14,7 @@ jobs: |
|
|
|
stale: |
|
|
|
|
|
|
|
runs-on: ubuntu-latest |
|
|
|
if: github.repository_owner == 'wg-easy' |
|
|
|
permissions: |
|
|
|
issues: write |
|
|
|
pull-requests: write |
|
|
|