diff options
| author | Yevhen Bondarenko <evgeniy.bondarenko@sentrium.io> | 2025-07-09 17:11:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-09 17:11:23 +0200 |
| commit | e83c4b7df0642dbc7b278d7c67e7f65f1387cb46 (patch) | |
| tree | 36a1bbc385c872e03fcfdcb756a5a0ea9ad89671 | |
| parent | 4b46b78f67db4e8d5769b97bc7cdddc7579adfcd (diff) | |
| download | vyos-1x-e83c4b7df0642dbc7b278d7c67e7f65f1387cb46.tar.gz vyos-1x-e83c4b7df0642dbc7b278d7c67e7f65f1387cb46.zip | |
changed a secret passing method
| -rw-r--r-- | .github/workflows/cla-check.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/cla-check.yml b/.github/workflows/cla-check.yml index 3c1aeee67..66afa52a3 100644 --- a/.github/workflows/cla-check.yml +++ b/.github/workflows/cla-check.yml @@ -15,5 +15,4 @@ on: jobs: call-cla-assistant: uses: vyos/vyos-cla-signatures/.github/workflows/cla-reusable.yml@current - secrets: - CLA_PAT: ${{ secrets.CLA_PAT }} + secrets: inherit
\ No newline at end of file |
