Skip to content

Commit 52b34d1

Browse files
committed
Add permissions for 'Build and Publish' step
1 parent e3d24bd commit 52b34d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/disabled-workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
env:
1010
PYTHON_VERSION: 3.11
1111

12+
permissions:
13+
contents: read # required for 'actions/checkout@v2'
14+
id-token: write # required for 'Build and Publish'
15+
1216
jobs:
1317
publish:
1418
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)