We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1c82b commit 2d86e0eCopy full SHA for 2d86e0e
.github/workflows/build-and-test.yaml
@@ -8,7 +8,9 @@ on:
8
- "release/**"
9
10
# Default empty permissions for all jobs
11
-permissions: {}
+# 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: {}
14
15
jobs:
16
build-and-test:
0 commit comments