diff options
author | lemeshovich <17667824+lemeshovich@users.noreply.github.com> | 2025-06-25 15:27:50 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-25 15:27:50 +0300 |
commit | 671b35641b8e45d56496c026d75ddeb2e6af0ee3 (patch) | |
tree | e2f63a5f64b8a4e66e6140ec9cb8083ad93bac52 | |
parent | 99fb0a238146d91118974be77a769143bc1590dd (diff) | |
download | vyos-workflow-test-temp-671b35641b8e45d56496c026d75ddeb2e6af0ee3.tar.gz vyos-workflow-test-temp-671b35641b8e45d56496c026d75ddeb2e6af0ee3.zip |
-rw-r--r-- | .github/workflows/cla-check.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml index 435fba8..3c1aeee 100644 --- a/.github/workflows/cla-check.yml +++ b/.github/workflows/cla-check.yml @@ -2,7 +2,7 @@ name: "CLA Check" permissions: actions: write - contents: write + contents: read pull-requests: write statuses: write |