Skip to content

Commit 0783587

Browse files
authored
Merge pull request #14 from init4tech/swanny/fix-ci
fix(ci): ci perms
2 parents b9c0541 + 1c82553 commit 0783587

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
- main
77
workflow_dispatch:
88

9+
permissions:
10+
actions: read
11+
checks: read
12+
contents: read
13+
repository-projects: read
14+
915
jobs:
1016
solidity-base:
1117
uses: init4tech/actions/.github/workflows/solidity-base.yml@main

0 commit comments

Comments
 (0)