From 7ae24e39833d631ec6945f1d004b3c2d7a5535ee Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 13 Feb 2026 16:36:32 -0500 Subject: [PATCH] ci: move GH_BOT_NAME from secrets to vars --- .github/workflows/update-pages.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/update-pages.yml b/.github/workflows/update-pages.yml index 0570c195..03da7df8 100644 --- a/.github/workflows/update-pages.yml +++ b/.github/workflows/update-pages.yml @@ -1,16 +1,9 @@ --- name: Update -permissions: - contents: read +permissions: {} on: pull_request: - branches: - - master - types: - - opened - - synchronize - - reopened push: branches: - master @@ -22,6 +15,8 @@ concurrency: jobs: update: + permissions: + contents: read runs-on: ubuntu-latest steps: - name: Checkout @@ -66,7 +61,7 @@ jobs: with: github_token: ${{ secrets.GH_BOT_TOKEN }} author_email: ${{ secrets.GH_BOT_EMAIL }} - author_name: ${{ secrets.GH_BOT_NAME }} + author_name: ${{ vars.GH_BOT_NAME }} directory: gh-pages branch: gh-pages force: false