diff --git a/.github/workflows/update-labels.yml b/.github/workflows/update-labels.yml index 00822666..103fdf54 100644 --- a/.github/workflows/update-labels.yml +++ b/.github/workflows/update-labels.yml @@ -12,11 +12,17 @@ concurrency: group: ${{github.workflow}}-${{github.ref}} cancel-in-progress: true +permissions: + contents: read + jobs: update-labels-config: runs-on: [self-hosted, linux, build] + permissions: + issues: write # for crazy-max/ghaction-github-labeler to create, rename, update + steps: - name: "Initialise Workspace" if: startsWith(runner.name, 'buildagent-')