Skip to content

Commit 8f996e0

Browse files
committed
Fixed permissions
Signed-off-by: Ole Herman Schumacher Elgesem <ole.elgesem@northern.tech>
1 parent 3871971 commit 8f996e0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install uv
24-
- name: Build and publish
25-
id-token: write
24+
- name: Build
2625
run: |
2726
git fetch --all --tags
2827
uv lock --check
2928
uv build
29+
- name: Build and publish
30+
permissions:
31+
contents: "read"
32+
id-token: "read"
33+
run: |
3034
uv publish

0 commit comments

Comments
 (0)