Skip to content

Commit ef678b0

Browse files
author
Marty
committed
Add necessary permissions to GitHub Actions workflow
1 parent 112491f commit ef678b0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pypi-publish.yml

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
tags:
66
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
77

8+
# Add permissions for creating releases
9+
permissions:
10+
contents: write
11+
packages: write
12+
id-token: write
13+
814
jobs:
915
deploy:
1016
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)