Skip to content

Commit

Permalink
chore: add write permissions for issues in sync-labels workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolai Emil Damm <neq@energinet.dk>
  • Loading branch information
devantler committed Feb 17, 2025
1 parent 429d15e commit f4e3d8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
schedule:
- cron: "0 7 * * 1"

permissions:
issues: write

jobs:
sync-labels:
uses: devantler-tech/.github/.github/workflows/sync-labels.yaml@main

0 comments on commit f4e3d8c

Please sign in to comment.