Skip to content

Commit fcc1a88

Browse files
authored
Merge pull request #190 from CycloneDX/chore/gh-workflow-permissions
chore: GH workflow permissions
2 parents 78d9d81 + 0ccd7a8 commit fcc1a88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-generate-api-clients.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ env:
1414
PYTHON_VERSION_DEFAULT: '3.12'
1515
POETRY_VERSION: '1.8.1'
1616

17+
# see https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token
18+
permissions: {}
19+
1720
jobs:
1821
generate-library-code:
1922
name: Generate Library Code ${{ matrix.language }}

0 commit comments

Comments
 (0)