Skip to content

Commit 5de40d6

Browse files
committed
Add token permissions to python package.
1 parent 113ba8c commit 5de40d6

File tree

2 files changed

+4
-201
lines changed

2 files changed

+4
-201
lines changed

.github/workflows/release-python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
paths:
77
- 'source/ports/py_port/**'
88

9+
permissions:
10+
id-token: write
11+
contents: read
12+
913
concurrency:
1014
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1115
cancel-in-progress: true

source/ports/py_port/LICENSE.txt

Lines changed: 0 additions & 201 deletions
This file was deleted.

0 commit comments

Comments
 (0)