Skip to content

Commit 01e8cd9

Browse files
authored
[TOOLSLIBS-2187] More workflow fixes (#215)
* workflow fixes again * manual workflow revert
1 parent 8550902 commit 01e8cd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pypi_test_upload.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
permissions:
11+
contents: read
1112
id-token: write
1213
steps:
1314
- uses: actions/checkout@v4
15+
with:
16+
token: ${{ secrets.GITHUB_TOKEN }}
1417
- name: Set up Python
1518
uses: actions/setup-python@v5
1619
with:

0 commit comments

Comments
 (0)