Skip to content

Commit 335331f

Browse files
authored
Merge pull request #10 from blink1073/INTPYTHON-615-2
INTPYTHON-615 Fix permissions to match called workflows
2 parents f41a69f + 68f055d commit 335331f

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)