From 9b6d0f95d20bf973cd30708717b86b0728127e04 Mon Sep 17 00:00:00 2001 From: sharath Date: Thu, 6 Jun 2024 12:32:14 +0400 Subject: [PATCH] Updated to a token which has access to workflows --- .github/workflows/generate-and-submit-documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate-and-submit-documentation.yaml b/.github/workflows/generate-and-submit-documentation.yaml index 37c8e296..1c1e3e16 100644 --- a/.github/workflows/generate-and-submit-documentation.yaml +++ b/.github/workflows/generate-and-submit-documentation.yaml @@ -30,4 +30,4 @@ jobs: target: 'fix/generate-documentation-workflow-test-merge' source: 'fix/generate-documentation-workflow' strategy_options: 'ours' - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.WORKFLOW_TOKEN }}