diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index c3bc9f8..2aeca44 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -29,6 +29,6 @@ jobs: emptyCommits: true keepFiles: false env: - ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PUBLISH_BRANCH: gh-pages PUBLISH_DIR: gh-pages diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58eb0f0..2054532 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ on: pull_request: push: - branches: master + branches: main workflow_dispatch: name: Continuous Integration diff --git a/.github/workflows/daily-compile.yml b/.github/workflows/daily-compile.yml index 06d3e05..fe477dd 100644 --- a/.github/workflows/daily-compile.yml +++ b/.github/workflows/daily-compile.yml @@ -7,7 +7,7 @@ on: # │ │ │ │ ┌───────────── day of the week (0 - 6 or SUN-SAT) - cron: "0 15 * * *" push: - branches: master + branches: main workflow_dispatch: name: Daily compile check