diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index aacb9d6e6..e800c5838 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -7,6 +7,7 @@ on: - autoupdate/strict - 'release-[0-9]+.[0-9]+' - 'autoupdate/release-[0-9]+.[0-9]+-strict' + - 'autoupdate/sync/+' pull_request: jobs: diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index d49790df4..56c1ee8c7 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -7,6 +7,7 @@ on: - autoupdate/strict - 'release-[0-9]+.[0-9]+' - 'autoupdate/release-[0-9]+.[0-9]+-strict' + - 'autoupdate/sync/+' pull_request: jobs: diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 5d0935328..06981daea 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -7,6 +7,7 @@ on: - autoupdate/strict - 'release-[0-9]+.[0-9]+' - 'autoupdate/release-[0-9]+.[0-9]+-strict' + - 'autoupdate/sync/+' pull_request: jobs: diff --git a/.github/workflows/sbom.yaml b/.github/workflows/sbom.yaml index 4a39c8369..13e47ff6b 100644 --- a/.github/workflows/sbom.yaml +++ b/.github/workflows/sbom.yaml @@ -7,6 +7,7 @@ on: - autoupdate/strict - 'release-[0-9]+.[0-9]+' - 'autoupdate/release-[0-9]+.[0-9]+-strict' + - 'autoupdate/sync/+' pull_request: jobs: diff --git a/.github/workflows/strict-integration.yaml b/.github/workflows/strict-integration.yaml index 54e349015..1b92ea576 100644 --- a/.github/workflows/strict-integration.yaml +++ b/.github/workflows/strict-integration.yaml @@ -5,6 +5,7 @@ on: branches: - main - 'release-[0-9]+.[0-9]+' + - 'autoupdate/sync/+' pull_request: jobs: diff --git a/.github/workflows/update-components.yaml b/.github/workflows/update-components.yaml index cc941b3b0..7c5c68f11 100644 --- a/.github/workflows/update-components.yaml +++ b/.github/workflows/update-components.yaml @@ -22,6 +22,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ matrix.branch }} + ssh-key: ${{ secrets.DEPLOY_KEY_TO_UPDATE_STRICT_BRANCH }} - name: Setup Python uses: actions/setup-python@v5