diff options
-rw-r--r-- | .github/workflows/exec.yml | 3 | ||||
-rw-r--r-- | .github/workflows/unit.yml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/exec.yml b/.github/workflows/exec.yml index 49a50579..4aabba5e 100644 --- a/.github/workflows/exec.yml +++ b/.github/workflows/exec.yml @@ -9,6 +9,9 @@ name: exec - 1=7-stable - 16-stable +permissions: + contents: read + jobs: test: strategy: diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 9bc13e99..8ec47d47 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -9,6 +9,9 @@ name: unit - 17-stable - 16-stable +permissions: + contents: read + jobs: test: strategy: |