diff --git a/.github/workflows/swagger-ui.yml b/.github/workflows/swagger-ui.yml index a08b9be..375fff5 100644 --- a/.github/workflows/swagger-ui.yml +++ b/.github/workflows/swagger-ui.yml @@ -12,6 +12,7 @@ jobs: - name: Generate Swagger UI uses: Legion2/swagger-ui-action@v1 with: + github_token: ${{ secrets.GITHUB_TOKEN }} output: swagger-ui spec-file: openapi.yaml - name: Deploy to GitHub Pages