Skip to content

Commit 92b102b

Browse files
authored
chore(workflow): explicitly specify permissions: {} (#36)
1 parent 4789f31 commit 92b102b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
push:
66
branches: ['main', 'v*']
77

8+
permissions: {}
9+
810
jobs:
911
build:
1012
runs-on: ubuntu-latest
11-
13+
1214
strategy:
1315
matrix:
1416
toolchain: [stable, nightly]
@@ -51,7 +53,7 @@ jobs:
5153
5254
test:
5355
runs-on: ubuntu-latest
54-
56+
5557
strategy:
5658
matrix:
5759
toolchain: [stable, nightly]

0 commit comments

Comments
 (0)