From 748923021cdb53736a235420e2636e703f721b94 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Mon, 15 Aug 2022 23:58:19 +0000 Subject: [PATCH] fix(ci): permissions for labels workflow --- .github/workflows/labels.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index c4d91533..f34e413c 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -7,9 +7,8 @@ on: - .github/workflows/labels.yml jobs: labeler: - # Only run from pushes from this repository to avoid - # `Resource not accessible by integration` errors. - if: github.repository == 'qdm12/gluetun' + permissions: + issues: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v3