Skip to content

Commit bf38fc8

Browse files
committed
Give GH workflow missing permissions to use OIDC token
This is needed to assume the IAM Role used to talk to our internal PyPI repo.
1 parent 3e1fd2d commit bf38fc8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check-python-package-versions.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
- '**/pyproject.toml'
77
- 'packages/**/__about__.py'
88

9+
permissions:
10+
id-token: write
11+
contents: read
12+
913
jobs:
1014
check:
1115
if: github.event.pull_request.head.repo.full_name == github.repository

0 commit comments

Comments
 (0)