Skip to content

Commit 89316f2

Browse files
added permissions to workflow
1 parent 345e6d4 commit 89316f2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
name: CI
2-
permissions:
3-
contents: write
4-
pull-requests: write
2+
53
on:
64
push:
75
branches:
@@ -11,6 +9,10 @@ on:
119
- main
1210
workflow_dispatch:
1311

12+
permissions:
13+
id-token: write # Required for OIDC
14+
contents: read
15+
1416
jobs:
1517
build:
1618
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)