diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a0c55989..71b1a209 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -85,4 +85,4 @@ jobs: ref: gh-pages message: Update ${{ env.TAG }} docs via ${{ github.sha }} env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + GITHUB_TOKEN: ${{ github.token }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1ff2649f..707f3987 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -81,9 +81,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - token: ${{ secrets.GH_TOKEN }} + token: ${{ github.token }} - run: | - git config --global user.name "GitHub Actions" - git config --global user.email "github-actions[bot]@users.noreply.github.com" git fetch . HEAD:stable git push -f origin stable