Skip to content

Commit 54ae566

Browse files
committed
fix: add permissions
seems release-drafter needs all of its permissions even if it isn't using all of them Signed-off-by: jmeridth <[email protected]>
1 parent 1541340 commit 54ae566

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/auto-labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
jobs:
1717
main:
1818
permissions:
19+
contents: write
1920
pull-requests: write
2021
name: Auto label pull requests
2122
runs-on: ubuntu-latest

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
main:
1414
permissions:
1515
contents: write
16+
pull-requests: write
1617
name: Generate release notes
1718
runs-on: ubuntu-latest
1819
steps:

0 commit comments

Comments
 (0)