diff --git a/.github/workflows/openapi-generator.yml b/.github/workflows/openapi-generator.yml index 1673e2ca2..761f7f3cf 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.