diff options
| author | Andrii Klymenko <a.klymenko@vyos.io> | 2026-07-22 21:33:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-22 21:33:23 +0300 |
| commit | 153b8b6fa418da7a54c29ef0e95ff2ffd77d44e9 (patch) | |
| tree | 82cb6ed3a16443ffa897d295461bf5e9fa58908a | |
| parent | 9a02328fd8f68f24a66c9cb559219541508f5f9d (diff) | |
| download | vyos-1x-153b8b6fa418da7a54c29ef0e95ff2ffd77d44e9.tar.gz vyos-1x-153b8b6fa418da7a54c29ef0e95ff2ffd77d44e9.zip | |
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.
| -rw-r--r-- | .github/workflows/package-smoketest.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
