From cccc7259c12b4646fe43ecc326d84fd7e2edc84a Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Fri, 19 Jan 2024 12:58:52 +0100 Subject: [PATCH] Update .gitea/workflows/pages.yml --- .gitea/workflows/pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pages.yml b/.gitea/workflows/pages.yml index 6d846a5..e5a8754 100644 --- a/.gitea/workflows/pages.yml +++ b/.gitea/workflows/pages.yml @@ -21,10 +21,10 @@ jobs: # Commit and push all changed files. - run: | - echo ${{ env.GITHUB_USER }} - git config --global user.name "${{ env.GITHUB_USER }}" + echo ${{ secrets.GITHUB_USER }} + git config --global user.name "${{ secrets.GITHUB_USER }}" git config --global user.email "me+ci@xeovalyte.dev" - git config --global user.password "${{GITHUB_TOKEN}}" + git config --global user.password "${{ secrets.GITHUB_TOKEN }}" - run: | git submodule update --init --recursive --remote pages - run: |