diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 5a9e2f63b..60990b24c 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -1,4 +1,4 @@ -name: Deploy CVE-ICU +name: Deploy khulnasoft.github.io on: push: branches: [ main ] @@ -30,7 +30,7 @@ jobs: ls -lh - name: Run Notebooks env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} + GH_TOKEN: ${{ secrets.ORG_REPO_TOKEN }} run: | jupyter nbconvert --to notebook --inplace --execute CVEAll.ipynb jupyter nbconvert --to notebook --inplace --execute CVE2016.ipynb @@ -65,4 +65,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./_build/html - cname: cve-icu + cname: khulnasoft.github.io