Fix: add permissions to new ci
This commit is contained in:
parent
793b67c135
commit
a311611024
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -36,6 +36,7 @@ jobs:
|
||||||
validate-build-config:
|
validate-build-config:
|
||||||
name: Validate Build Configuration
|
name: Validate Build Configuration
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions: {}
|
||||||
steps:
|
steps:
|
||||||
- name: Check if at least one architecture is enabled
|
- name: Check if at least one architecture is enabled
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue