Skip to content

Commit 538f571

Browse files
author
Maxwell Dylla
committed
add write permissions
1 parent 884e37f commit 538f571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: read # Required to access repository content
12-
id-token: write # Necessary for OIDC-based authentication with PyPI
12+
packages: write # Required for docker image
13+
id-token: write # Required for PyPI
1314
steps:
1415
- uses: actions/checkout@v2
1516

0 commit comments

Comments
 (0)