Skip to content

Commit dd4f387

Browse files
authored
Merge pull request github#92 from github/zkoppert-patch-1
Fix: contributors action permissions
2 parents 72b80c2 + a265ba3 commit dd4f387

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/contributors.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: "3 2 1 * *"
66

77
permissions:
8-
issues: write
8+
discussions: write
99

1010
jobs:
1111
contributor_report:
@@ -41,7 +41,7 @@ jobs:
4141
env:
4242
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
with:
44-
title: Thank you Contributors!
44+
title: "Thank you Contributors!"
4545
body-filepath: ./contributors.md
46-
repository-id: R_kgDOJDwwMQ
47-
category-id: DIC_kwDOJDwwMc4CUmf8
46+
repository-id: "R_kgDOJDwwMQ"
47+
category-id: "DIC_kwDOJDwwMc4CUmf8"

0 commit comments

Comments
 (0)