mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
deployment_status
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
@ -48,3 +45,5 @@ jobs:
|
|||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
with:
|
||||
token: ${{ secrets.GH_PAGES_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue