From 153b8b6fa418da7a54c29ef0e95ff2ffd77d44e9 Mon Sep 17 00:00:00 2001 From: Andrii Klymenko Date: Wed, 22 Jul 2026 21:33:23 +0300 Subject: T9107: Fix integration workflow after recent GitHub security updates Specify the default repository to get the vyos-1x files for the ISO build. These files are only required for the ISO build step. --- .github/workflows/package-smoketest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index e558a4fa7..66b62223e 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -144,7 +144,7 @@ jobs: uses: actions/checkout@v6 with: path: build/vyos-1x - repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }} + repository: ${{ github.repository }} token: ${{ needs.set_config.outputs.use_pat == 'true' && secrets.PAT || secrets.GITHUB_TOKEN }} ref: ${{ needs.set_config.outputs.vyos_build_ref }} persist-credentials: false -- cgit v1.2.3