mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 07:51:20 +00:00
refactor: deployment_status
trigger using secret
This commit is contained in:
parent
33304c1945
commit
5a59e24a31
1 changed files with 3 additions and 4 deletions
7
.github/workflows/seo-report.yaml
vendored
7
.github/workflows/seo-report.yaml
vendored
|
@ -1,10 +1,7 @@
|
||||||
name: Unlighthouse SEO Reports
|
name: Unlighthouse SEO Reports
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
deployment_status
|
||||||
types:
|
|
||||||
- opened
|
|
||||||
- synchronize
|
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
@ -48,3 +45,5 @@ jobs:
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
id: deployment
|
id: deployment
|
||||||
uses: actions/deploy-pages@v2
|
uses: actions/deploy-pages@v2
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.GH_PAGES_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue