diff options
author | Christian Breunig <christian@breunig.cc> | 2024-09-30 09:48:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-30 09:48:15 +0200 |
commit | 0195aa1b0e99b6e886168c89fd2d018181918125 (patch) | |
tree | 4c2542e2d583db94c4bcc2a0011df15e22303b0c | |
parent | 00cafcbdd87bcdcc1a08ecba026f4df619e4582e (diff) | |
parent | cc496eb418b82beb6eb68021b2a8749c7d3118bf (diff) | |
download | vyos-1x-0195aa1b0e99b6e886168c89fd2d018181918125.tar.gz vyos-1x-0195aa1b0e99b6e886168c89fd2d018181918125.zip |
Merge pull request #4107 from kumvijaya/current
T6749: fix PR commenting permission issue with integration test workflow
-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 |