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.
2 parents af90c84 + 31810a9 commit c89e302Copy full SHA for c89e302
.github/workflows/build.yml
@@ -16,6 +16,9 @@ on:
16
required: false
17
type: string
18
19
+permissions:
20
+ contents: read # minimal required permissions to clone repo
21
+
22
jobs:
23
build:
24
uses: 'openvoxproject/shared-actions/.github/workflows/build_vanagon.yml@main'
.github/workflows/component_diff_check.yaml
@@ -6,6 +6,9 @@ on:
6
branches:
7
- main
8
9
10
11
12
13
vanagon_component_diff_check:
14
runs-on: ubuntu-24.04
0 commit comments