diff --git a/.github/workflows/sync-openapi.yml b/.github/workflows/sync-openapi.yml index 54a86804c0..9adf4a22e0 100644 --- a/.github/workflows/sync-openapi.yml +++ b/.github/workflows/sync-openapi.yml @@ -9,6 +9,8 @@ on: # additional custom triggers can be configured jobs: update-from-source: runs-on: ubuntu-latest + permissions: + contents: read steps: - uses: actions/checkout@v4 with: