From fdac5af5eeb54c375ab1cc073dbc1869f9193c02 Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Thu, 6 Oct 2022 15:47:47 -0500 Subject: [PATCH] Added github token --- .github/workflows/openapi-generator.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/openapi-generator.yml b/.github/workflows/openapi-generator.yml index 1673e2ca29..761f7f3cf1 100644 --- a/.github/workflows/openapi-generator.yml +++ b/.github/workflows/openapi-generator.yml @@ -6,9 +6,6 @@ on: push: branches: [main] -permissions: - repository-projects: write - jobs: generate-typescript-axios: runs-on: ubuntu-latest @@ -17,6 +14,7 @@ jobs: # Checkout your code - name: Checkout uses: actions/checkout@v2 + token: ${{ secrets.GH_TOKEN }} # Use the action to generate a client package # This uses the default path for the openapi document and thus assumes there is an openapi.json in the current workspace.