Skip to content

Commit 3443044

Browse files
committed
build: permissions
1 parent c583ce6 commit 3443044

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ name: CI
22

33
on: [push, pull_request]
44

5+
permissions:
6+
checks: write
7+
id-token: write
8+
contents: write
9+
pull-requests: write
10+
511
jobs:
612
test:
713
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)