From 5c8e3b76492bef690dc281647ff2e10cb1320181 Mon Sep 17 00:00:00 2001 From: OMPRAKASH MISHRA Date: Wed, 17 Jan 2024 16:59:59 -0800 Subject: [PATCH] add github token --- .github/workflows/schedule.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index ee84c5d..ddfb920 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -48,3 +48,5 @@ jobs: git commit -m "Adding or updating the confluence pages" || echo "No changes to commit" git push origin update/confluence-content gh pr create --assignee "mishraomp" --base main --title "Updated content from confluence." --body "Updated content from confluence." + env: + GH_TOKEN: ${{ github.token }}