diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-07-05 01:00:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 01:00:07 +0530 |
commit | cb62650ba7a29a33ad067f4ff0375c87613f60b5 (patch) | |
tree | 0c3037432abd1cc715665885532843c6dc0c86ae | |
parent | 2b6820126d4891d5f7d2c53b66ba08468fe82f55 (diff) | |
download | vyos-1x-cb62650ba7a29a33ad067f4ff0375c87613f60b5.tar.gz vyos-1x-cb62650ba7a29a33ad067f4ff0375c87613f60b5.zip |
T6556: permission update for unused import check
-rw-r--r-- | .github/workflows/check-unused-imports.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check-unused-imports.yml b/.github/workflows/check-unused-imports.yml index e5e49e20a..5c4751e6d 100644 --- a/.github/workflows/check-unused-imports.yml +++ b/.github/workflows/check-unused-imports.yml @@ -6,6 +6,7 @@ on: workflow_dispatch: permissions: + pull-requests: write contents: read jobs: |