mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-29 00:11:21 +00:00
fix: Change token to be able to reach repo
This commit is contained in:
parent
6645962e4c
commit
3d452350df
1 changed files with 4 additions and 1 deletions
5
.github/workflows/seo-report.yaml
vendored
5
.github/workflows/seo-report.yaml
vendored
|
@ -15,6 +15,9 @@ concurrency:
|
||||||
jobs:
|
jobs:
|
||||||
build-deploy:
|
build-deploy:
|
||||||
if: github.event.deployment_status.state == 'success'
|
if: github.event.deployment_status.state == 'success'
|
||||||
|
environment:
|
||||||
|
name: github-pages
|
||||||
|
url: ''
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check out
|
- name: Check out
|
||||||
|
@ -38,7 +41,7 @@ jobs:
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GH_PAGES_TOKEN }}
|
||||||
publish_dir: ./.unlighthouse
|
publish_dir: ./.unlighthouse
|
||||||
destination_dir: ${{ github.head_ref }}
|
destination_dir: ${{ github.head_ref }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue