From 34227f085fb8f33b71ed054e662f96ab7b7a94e0 Mon Sep 17 00:00:00 2001 From: masechkacat Date: Mon, 29 Apr 2024 00:16:43 +0200 Subject: [PATCH] token --- .github/workflows/asyncapi-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asyncapi-docs.yml b/.github/workflows/asyncapi-docs.yml index 4aba13e..3a861e8 100644 --- a/.github/workflows/asyncapi-docs.yml +++ b/.github/workflows/asyncapi-docs.yml @@ -26,4 +26,4 @@ jobs: with: branch: gh-pages # branch to deploy the documentation folder: generated-docs # folder with the generated documentation - token: ${{ secrets.GITHUB_TOKEN }} # GitHub token to authenticate the deployment + token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # GitHub token to authenticate the deployment