Skip to content

Commit 2d86e0e

Browse files
authored
chore(ci): Fix workflow (#657)
1 parent fe1c82b commit 2d86e0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on:
88
- "release/**"
99

1010
# Default empty permissions for all jobs
11-
permissions: {}
11+
# fix later, need to add permissions for every job in reusable_build-and-test.yaml
12+
# then add corresponding permissions to the build-and-test job below
13+
#permissions: {}
1214

1315
jobs:
1416
build-and-test:

0 commit comments

Comments
 (0)