mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31: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:
|
||||
build-deploy:
|
||||
if: github.event.deployment_status.state == 'success'
|
||||
environment:
|
||||
name: github-pages
|
||||
url: ''
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out
|
||||
|
@ -38,7 +41,7 @@ jobs:
|
|||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
github_token: ${{ secrets.GH_PAGES_TOKEN }}
|
||||
publish_dir: ./.unlighthouse
|
||||
destination_dir: ${{ github.head_ref }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue