Skip to content

Commit 3467520

Browse files
committed
Add token configuration to add-reaction step in GenAI Issue Labeller workflow
1 parent 1ce773d commit 3467520

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/genai-issue-labeller.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: pelikhan/action-add-reaction@v0
17+
with:
18+
token: ${{ secrets.GITHUB_TOKEN }}
1719
genai-issue-labeller:
1820
runs-on: ubuntu-latest
1921
steps:

0 commit comments

Comments
 (0)