Skip to content

Commit 74924f8

Browse files
authored
Update codebuild-ci.yml
1 parent 7304bfe commit 74924f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codebuild-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ concurrency:
88

99
permissions:
1010
id-token: write # This is required for requesting the JWT
11+
contents: read
1112

1213
jobs:
1314
codestyle-doc-tests:
@@ -43,4 +44,4 @@ jobs:
4344
env-vars-for-codebuild: |
4445
PY_VERSION
4546
env:
46-
PY_VERSION: ${{ matrix.python-version }}
47+
PY_VERSION: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)