File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 4646 id : start_working
4747 run : |
4848 echo "reaction_id=$(gh api repos/${{ github.repository }}/issues/comments/${{ github.event.comment.id }}/reactions -f 'content=eyes' | jq .id)" >> $GITHUB_OUTPUT
49+ env :
50+ GITHUB_TOKEN : ${{ steps.generate-token.outputs.token }}
4951
5052 - name : Checkout pull request
5153 run : gh pr checkout ${{ github.event.issue.number }}
@@ -103,6 +105,8 @@ jobs:
103105 run : |
104106 gh api --method DELETE repos/${{ github.repository }}/issues/comments/${{ github.event.comment.id }}/reactions/${{ steps.start_working.outputs.reaction_id }}
105107 gh api repos/${{ github.repository }}/issues/comments/${{ github.event.comment.id }}/reactions -f 'content=${{ steps.check_changes.outputs.changes == 'true' && '+1' || 'confused' }}'
108+ env :
109+ GITHUB_TOKEN : ${{ steps.generate-token.outputs.token }}
106110
107111 # pretty summary for humans
108112 - name : Summary
You can’t perform that action at this time.
0 commit comments