From 2853115a728a6599cb45191cb66e3aa4c20db807 Mon Sep 17 00:00:00 2001 From: andreyxdd Date: Wed, 23 Oct 2024 10:43:11 -0400 Subject: [PATCH] chores: bumped version of the peaceiris/actions-gh-pages --- .github/workflows/publish-docs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index e0fcef4..67bd331 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -15,6 +15,9 @@ concurrency: permissions: contents: write +env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + jobs: deploy: runs-on: ubuntu-latest @@ -37,7 +40,7 @@ jobs: spec-file: openapi.yaml # the gh pages are setup to build and deploy on push to the 'gh-pages' branch - name: Push to gh-pages branch - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: swagger-ui