Skip to content

Commit 07c12d6

Browse files
committed
ci
1 parent 8e06241 commit 07c12d6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/binaries.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ on:
1010
branches:
1111
- main
1212

13+
permissions:
14+
id-token: write
15+
contents: write
16+
packages: write
17+
1318
concurrency:
1419
group: binaries-${{ github.ref }}
1520
cancel-in-progress: true
@@ -38,4 +43,5 @@ jobs:
3843
uses: softprops/action-gh-release@v2
3944
if: github.ref_type == 'tag'
4045
with:
41-
files: migrate-masp-events
46+
files: migrate-masp-events
47+
draft: true

0 commit comments

Comments
 (0)