fix(ci): permissions for labels workflow

This commit is contained in:
Quentin McGaw
2022-08-15 23:58:19 +00:00
parent a182e3503b
commit 748923021c

View File

@@ -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