Skip to content

Commit f4df03e

Browse files
author
thestack_ai
committed
fix: add contents:write permission for GitHub Releases
1 parent c5a19ae commit f4df03e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- 'v*'
77
workflow_dispatch:
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
build-orb:
1114
strategy:

0 commit comments

Comments
 (0)