We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78d9d81 + 0ccd7a8 commit fcc1a88Copy full SHA for fcc1a88
.github/workflows/test-generate-api-clients.yaml
@@ -14,6 +14,9 @@ env:
14
PYTHON_VERSION_DEFAULT: '3.12'
15
POETRY_VERSION: '1.8.1'
16
17
+# see https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
18
+permissions: {}
19
+
20
jobs:
21
generate-library-code:
22
name: Generate Library Code ${{ matrix.language }}
0 commit comments