From 3ea16550fef7791d64aa450d13cfd18c4e888ea9 Mon Sep 17 00:00:00 2001 From: Abdullah Alfaraj <7842232+AbdullahAlfaraj@users.noreply.github.com> Date: Sun, 5 Feb 2023 18:40:23 +0300 Subject: [PATCH] Update publish_docs_to_wiki.yml --- .github/workflows/publish_docs_to_wiki.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_docs_to_wiki.yml b/.github/workflows/publish_docs_to_wiki.yml index 45a8980..8e9fd7a 100644 --- a/.github/workflows/publish_docs_to_wiki.yml +++ b/.github/workflows/publish_docs_to_wiki.yml @@ -10,8 +10,8 @@ on: env: USER_TOKEN: ${{ secrets.WIKI_ACTION_TOKEN }} # This is the repository secret - USER_NAME: # Enter the username of your (bot) account - USER_EMAIL: # Enter the e-mail of your (bot) account + USER_NAME: AbdullahAlfaraj # Enter the username of your (bot) account + USER_EMAIL: 7842232+AbdullahAlfaraj@users.noreply.github.com # Enter the e-mail of your (bot) account OWNER: ${{ github.event.repository.owner.name }} # This is the repository owner REPOSITORY_NAME: ${{ github.event.repository.name }} # This is the repository name