Skip to content

Commit 288da4b

Browse files
committed
fix: dev: make sure release workflow has the right job permissions
Signed-off-by: Stephen L Arnold <sarnold@vctlabs.com>
1 parent fdd02af commit 288da4b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
needs: [wheels]
6060
runs-on: ubuntu-22.04
6161
permissions:
62-
contents: read
62+
contents: write
6363

6464
steps:
6565
- name: Get version
@@ -104,7 +104,7 @@ jobs:
104104
needs: [create_release]
105105
runs-on: ubuntu-20.04
106106
permissions:
107-
contents: read
107+
contents: write
108108

109109
steps:
110110
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)