Skip to content

Commit 8778547

Browse files
authored
ci: standardize CI workflow and add id-token permission (#98)
1 parent 3d0b070 commit 8778547

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ on:
77
branches:
88
- beta
99
- master
10+
11+
permissions:
12+
contents: write
13+
issues: write
14+
pull-requests: write
15+
id-token: write
16+
1017
jobs:
1118
build:
1219
uses: Neovici/cfg/.github/workflows/forge.yml@master
1320
secrets: inherit
14-

0 commit comments

Comments
 (0)