Skip to content

Commit 4c74ba5

Browse files
committed
fix: switch to OICD
1 parent bc27118 commit 4c74ba5

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@ name: "Release"
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 2,4'
5+
- cron: "0 0 * * 2,4"
66
push:
77
branches:
88
- main
9-
workflow_dispatch:
9+
10+
permissions:
11+
id-token: write
12+
contents: read
13+
1014
jobs:
1115
release:
1216
name: Release

0 commit comments

Comments
 (0)