Skip to content

Commit 363fae2

Browse files
authored
Merge pull request #5386 from asklymenko/T9107-smoke-fix
T9107: Fix integration workflow after recent GitHub security updates
2 parents 278fba2 + 9afacf9 commit 363fae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/package-smoketest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
path: build/vyos-1x
146146
repository: ${{ github.repository }}
147147
token: ${{ needs.set_config.outputs.use_pat == 'true' && secrets.PAT || secrets.GITHUB_TOKEN }}
148-
ref: ${{ needs.set_config.outputs.vyos_build_ref }}
148+
ref: ${{ needs.set_config.outputs.branch }}
149149
persist-credentials: false
150150

151151
- name: Clone vyos-1x source code

0 commit comments

Comments
 (0)