diff options
author | Yevhen Bondarenko <evgeniy.bondarenko@sentrium.io> | 2025-07-07 17:20:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-07 17:20:41 +0200 |
commit | 1df80e745329bd1c0af4a24c0a5bcebadf069f00 (patch) | |
tree | de1b46ab1bdd0d66093c28166dc9306b637992a6 | |
parent | 662930245e87fb30e688bf36bb55e00828d68b7f (diff) | |
download | vyos-cla-signatures-current.tar.gz vyos-cla-signatures-current.zip |
-rw-r--r-- | .github/workflows/cla-reusable.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cla-reusable.yml b/.github/workflows/cla-reusable.yml index 21a3556..3654595 100644 --- a/.github/workflows/cla-reusable.yml +++ b/.github/workflows/cla-reusable.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest permissions: actions: write - contents: write + contents: read pull-requests: write statuses: write |