Skip to content

Commit 68f055d

Browse files
committed
INTPYTHON-615 Fix permissions to match called workflows
1 parent f41a69f commit 68f055d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,17 @@ jobs:
6060
uses: ./.github/workflows/dist.yml
6161
permissions:
6262
contents: read
63+
actions: read
6364
with:
6465
ref: ${{ needs.pre-publish.outputs.version }}
6566

6667
static-scan:
6768
needs: [pre-publish]
6869
uses: ./.github/workflows/codeql.yml
6970
permissions:
71+
security-events: write
72+
packages: read
73+
actions: read
7074
contents: read
7175
with:
7276
ref: ${{ needs.pre-publish.outputs.version }}

0 commit comments

Comments
 (0)