diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-08-27 09:53:13 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-08-27 09:53:13 +0200 |
commit | 8b62065eaa59d1c7d6ca8578089a67a2e7226ee9 (patch) | |
tree | 9fe3644aacb3d9840f5f344c4184066b9c0444d9 /.github/workflows/pull-request-labels.yml | |
parent | 75aa90cf2b234a34565d165697196ac9a304bb66 (diff) | |
download | vyos-1x-8b62065eaa59d1c7d6ca8578089a67a2e7226ee9.tar.gz vyos-1x-8b62065eaa59d1c7d6ca8578089a67a2e7226ee9.zip |
github: Set permissions for label workflow
Diffstat (limited to '.github/workflows/pull-request-labels.yml')
-rw-r--r-- | .github/workflows/pull-request-labels.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/pull-request-labels.yml b/.github/workflows/pull-request-labels.yml index 629a54a49..eabef2289 100644 --- a/.github/workflows/pull-request-labels.yml +++ b/.github/workflows/pull-request-labels.yml @@ -13,5 +13,8 @@ jobs: add-pr-label: name: Add PR Labels runs-on: ubuntu-20.04 + permissions: + contents: read + pull-requests: write steps: - uses: actions/labeler@v5.0.0-alpha.1 |