diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2025-04-29 19:33:20 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-29 19:33:20 +0530 |
commit | bb9a1a3deaa9959e02c19ba5d5b17f1b1dbd9dd4 (patch) | |
tree | cfe2ec27ce651c16627bd8cace8a976c770d46e2 | |
parent | f1e061a70b40738847596b46dc3dd25f0b86e2f3 (diff) | |
parent | 45eda5c57f44e81b7b44d4995747007123ed9a11 (diff) | |
download | vyos-http-api-tools-bb9a1a3deaa9959e02c19ba5d5b17f1b1dbd9dd4.tar.gz vyos-http-api-tools-bb9a1a3deaa9959e02c19ba5d5b17f1b1dbd9dd4.zip |
Merge pull request #24 from kumvijaya/current
T7413: added pr mirror workflow permissions
-rw-r--r-- | .github/workflows/trigger-pr-mirror-repo-sync.yml | 5 |
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: |