You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ In addition to handling proposed answers, this action will automatically close a
8
8
9
9
## Steps to enable this action in your repository
10
10
11
-
1. A valid GitHub token is required to use this action. The GitHub token for your repository can be generated by GitHub during workflow execution when passed in as ${{ secrets.GITHUB_TOKEN }}. The GitHub token must have <b>discussions: write permissions</b>, these permissions can be granted in the workflow file.
11
+
1. A valid GitHub token is required to use this action. The GitHub token for your repository can be generated by GitHub during workflow execution when passed in as `${{ secrets.GITHUB_TOKEN }}`. The GitHub token must have <b>discussions: write permissions</b>, these permissions can be granted in the workflow file.
12
12
13
-
Alternatively, write permissions can be granted to your repository's GitHub token for all workflows in your repository. Please check the permissions in your Repository Settings -> Actions -> General to grant write permissions to the token.
13
+
Alternatively, write permissions can be granted to your repository's GitHub token for all workflows in your repository. Please check the permissions in your Repository `Settings -> Actions -> General` to grant write permissions to the token.
14
14
15
15
16
16

0 commit comments