File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed
Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -132,8 +132,8 @@ jobs:
132132 permissions :
133133 discussions : write
134134 env :
135- DISCUSSION_REPOSITORY_ID : ${{ secrets.release- discussion-repository-id }}
136- DISCUSSION_CATEGORY_ID : ${{ secrets.release- discussion-category-id }}
135+ DISCUSSION_REPOSITORY_ID : ${{ secrets.discussion-repository-id }}
136+ DISCUSSION_CATEGORY_ID : ${{ secrets.discussion-category-id }}
137137 steps :
138138 - name : Check for Discussion Repository ID
139139 if : ${{ env.DISCUSSION_REPOSITORY_ID == '' }}
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ permissions:
88 contents : read
99jobs :
1010 auto_labeler :
11+ permissions :
12+ contents : write
13+ pull-requests : write
1114 uses : ./.github/workflows/auto-labeler.yaml
1215 with :
1316 config-name : release-drafter.yaml
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ permissions:
77 contents : read
88jobs :
99 labeler :
10+ permissions :
11+ contents : read
12+ pull-requests : write
1013 uses : ./.github/workflows/labeler.yaml
1114 secrets :
1215 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ permissions:
88 contents : read
99jobs :
1010 lint_pr_title :
11+ permissions :
12+ contents : read
13+ pull-requests : read
14+ statuses : write
1115 uses : ./.github/workflows/test-pr-title.yaml
1216 secrets :
1317 github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments