Skip to content

Commit 60d0f65

Browse files
committed
ci: update release workflow
1 parent d6f8193 commit 60d0f65

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/publish-dev.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
- cron: '0 */12 * * *'
66
workflow_dispatch:
77

8+
permissions:
9+
id-token: write
10+
contents: read
11+
812
jobs:
913
publish:
1014
name: Publish development builds

.github/workflows/publish-rc.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
required: true
99
type: string
1010

11+
permissions:
12+
id-token: write
13+
contents: read
14+
1115
jobs:
1216
publish:
1317
name: Publish release candidate builds

0 commit comments

Comments
 (0)