diff --git a/.github/workflows/openapi_sync.yml b/.github/workflows/openapi_sync.yml index 820e11382..292e6a683 100644 --- a/.github/workflows/openapi_sync.yml +++ b/.github/workflows/openapi_sync.yml @@ -23,6 +23,11 @@ jobs: repositories: trakt-android permission-pull-requests: write + - name: Checkout + uses: actions/checkout@v4 + with: + token: ${{ steps.generate-token.outputs.token }} + - name: Create PR run: | gh pr create \ diff --git a/openapi/openapi.json b/openapi/openapi.json index 987117b3d..320ded1d8 100644 --- a/openapi/openapi.json +++ b/openapi/openapi.json @@ -196,7 +196,7 @@ }, "grant_type": { "type": "string", - "description": "Defines how an access token is obtained." + "description": "Defines how a token is obtained." } }, "required": [ @@ -88858,4 +88858,4 @@ } ] } -} \ No newline at end of file +}