diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-09-28 16:54:39 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-28 16:54:39 +0530 |
commit | cc496eb418b82beb6eb68021b2a8749c7d3118bf (patch) | |
tree | 4c2542e2d583db94c4bcc2a0011df15e22303b0c /.github/workflows/package-smoketest.yml | |
parent | 00cafcbdd87bcdcc1a08ecba026f4df619e4582e (diff) | |
download | vyos-1x-cc496eb418b82beb6eb68021b2a8749c7d3118bf.tar.gz vyos-1x-cc496eb418b82beb6eb68021b2a8749c7d3118bf.zip |
T6749: fix PR commenting permission issue with integration test worflow
Diffstat (limited to '.github/workflows/package-smoketest.yml')
-rw-r--r-- | .github/workflows/package-smoketest.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index a74c35adf..289ad70f3 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -1,7 +1,7 @@ name: VyOS ISO integration Test on: - pull_request: + pull_request_target: branches: - current paths: @@ -39,6 +39,7 @@ jobs: path: packages/vyos-1x fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} + repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Build vyos-1x package run: | cd packages/vyos-1x; dpkg-buildpackage -uc -us -tc -b |