summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkumvijaya <kuvmijaya@gmail.com>2025-04-29 15:21:51 +0530
committerkumvijaya <kuvmijaya@gmail.com>2025-04-29 15:21:51 +0530
commit45eda5c57f44e81b7b44d4995747007123ed9a11 (patch)
treecfe2ec27ce651c16627bd8cace8a976c770d46e2
parent103977d3a117779e975313b1b554e1041036502e (diff)
downloadvyos-http-api-tools-45eda5c57f44e81b7b44d4995747007123ed9a11.tar.gz
vyos-http-api-tools-45eda5c57f44e81b7b44d4995747007123ed9a11.zip
T7413: added pr mirror workflows
-rw-r--r--.github/workflows/trigger-pr-mirror-repo-sync.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/trigger-pr-mirror-repo-sync.yml b/.github/workflows/trigger-pr-mirror-repo-sync.yml
index f748959..7b4a241 100644
--- a/.github/workflows/trigger-pr-mirror-repo-sync.yml
+++ b/.github/workflows/trigger-pr-mirror-repo-sync.yml
@@ -5,6 +5,11 @@ on:
- closed
branches:
- current
+
+permissions:
+ pull-requests: write
+ contents: write
+ issues: write
jobs:
call-trigger-mirror-pr-repo-sync: