diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-06-27 00:28:35 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-27 00:28:35 +0530 |
commit | 61aee8254011c794367cfb51f13a69a384bf6819 (patch) | |
tree | f6c1bb25f0e7c64729ecadf297fe836de2426a20 /.github | |
parent | 5dfe56e45d5dd0ae3da954095a814b380d29114a (diff) | |
download | vyos-1x-61aee8254011c794367cfb51f13a69a384bf6819.tar.gz vyos-1x-61aee8254011c794367cfb51f13a69a384bf6819.zip |
T6520: added PR write permissions for smoke test workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/package-smoketest.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/package-smoketest.yml b/.github/workflows/package-smoketest.yml index 35a86c145..f78eebe0f 100644 --- a/.github/workflows/package-smoketest.yml +++ b/.github/workflows/package-smoketest.yml @@ -1,11 +1,15 @@ name: VyOS ISO integration Test on: - pull_request: + pull_request_target: branches: - current - circinus +permissions: + pull-requests: write + contents: read + jobs: build: runs-on: ubuntu-24.04 |