Skip to content

Commit 7be82d1

Browse files
authored
Add token parameter to issue labeler Action (github#5604)
1 parent 5cfad16 commit 7be82d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/actions/guides/adding-labels-to-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ In the tutorial, you will first make a workflow file that uses the [`andymckay/l
4646
uses: andymckay/labeler@1.0.2
4747
with:
4848
add-labels: "triage"
49+
repo-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
4950
```
5051
5152
4. Customize the parameters in your workflow file:

content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ In the tutorial, you will first make a workflow file that uses the [`andymckay/l
4848
uses: andymckay/labeler@master
4949
with:
5050
remove-labels: "needs review"
51+
repo-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
5152
```
5253
5354
5. Customize the parameters in your workflow file:

0 commit comments

Comments
 (0)