Skip to content

Commit 9f0d420

Browse files
committed
add permission for github release action
also adding manual trigger to release workflow. might be temporary..
1 parent 14ecde7 commit 9f0d420

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '*.*.*'
7+
workflow_dispatch:
78

89
jobs:
910
build-and-publish:
@@ -12,6 +13,8 @@ jobs:
1213
env:
1314
VIRTUAL_ENV: .venv
1415
permissions:
16+
# for creating github release
17+
contents: write
1518
# for trusted publishing
1619
id-token: write
1720
steps:

0 commit comments

Comments
 (0)