From 2cccfb5695093d1b5fe6994b2d693b8f55ddfb3a Mon Sep 17 00:00:00 2001 From: Takeru KIDO Date: Thu, 3 Oct 2024 15:16:22 +0900 Subject: [PATCH] Update deploy-swagger-ui.yaml --- .github/workflows/deploy-swagger-ui.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-swagger-ui.yaml b/.github/workflows/deploy-swagger-ui.yaml index 1898814..14267c4 100644 --- a/.github/workflows/deploy-swagger-ui.yaml +++ b/.github/workflows/deploy-swagger-ui.yaml @@ -22,6 +22,7 @@ jobs: - name: Generate Swagger UI uses: Legion2/swagger-ui-action@v1.3.0 with: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} output: swagger-ui spec-file: apim/apis-functions-swagger.yaml