diff options
| author | Yevhen Bondarenko <evgeniy.bondarenko@sentrium.io> | 2025-09-15 20:27:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-15 20:27:12 +0200 |
| commit | 475331a95a28b111cface897e8504ffc0cfacdba (patch) | |
| tree | dace4ab4e718887ac69c3d7448ae931f89504398 | |
| parent | 865e8d2f163746ffabfd51e8078bdaa90bff821d (diff) | |
| download | vyos-build-475331a95a28b111cface897e8504ffc0cfacdba.tar.gz vyos-build-475331a95a28b111cface897e8504ffc0cfacdba.zip | |
added PAT passing
| -rw-r--r-- | .github/workflows/trigger_rebuild_packages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/trigger_rebuild_packages.yml b/.github/workflows/trigger_rebuild_packages.yml index 4eb740f3..8b1b3d5c 100644 --- a/.github/workflows/trigger_rebuild_packages.yml +++ b/.github/workflows/trigger_rebuild_packages.yml @@ -111,7 +111,7 @@ jobs: -H "Authorization: Bearer ${{ secrets.PAT }}" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/repos/${{ secrets.REMOTE_OWNER }}/${{ secrets.REMOTE_REUSE_REPO }}/actions/workflows/build-package.yml/dispatches \ - -d '{"ref": "${{ env.REF }}", "inputs":{"package_name":"'"$PACKAGE_NAME"'", "gpg_key_id": "${{ secrets.GPG_KEY_ID }}", "package_branch": "${{ github.ref_name }}"}}' + -d '{"ref": "${{ env.REF }}", "inputs":{"package_name":"'"$PACKAGE_NAME"'", "gpg_key_id": "${{ secrets.GPG_KEY_ID }}", "package_branch": "${{ github.ref_name }}", "pat": "${{ secrets.PAT }}"}}' } # Trigger builds based on detected changes |
