From 53129640133bfa6197ca5ba30b2ecb5b59fd935a Mon Sep 17 00:00:00 2001 From: Michal Date: Fri, 8 May 2026 12:07:53 +0200 Subject: [PATCH 1/2] chore: test --- openapi/openapi.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} From 2fab1b3c728aa8416858dfe181ba5f095d209d55 Mon Sep 17 00:00:00 2001 From: Michal Date: Fri, 8 May 2026 12:10:08 +0200 Subject: [PATCH 2/2] chore: test --- .github/workflows/openapi_sync.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 \