File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ jobs:
4242 - name : make output comment
4343 if : steps.test-individual-shell-tools.outputs.attempted == 'y' || steps.test-jq.outputs.attempted == 'y' || steps.test-shell-pipelines.outputs.attempted == 'y'
4444 env :
45- GH_TOKEN : ${{ secrets.MY_TOKEN }}
45+ GH_TOKEN : ${{ github.token }}
4646 ISSUE_URL : ${{ github.event.pull_request.html_url }}
4747 run : |
4848 gh pr comment $ISSUE_URL --body-file testoutput.txt
4949 - name : add appropriate labels
5050 if : steps.test-individual-shell-tools.outputs.complete == 'y' || steps.test-jq.outputs.complete == 'y' || steps.test-shell-pipelines.outputs.complete == 'y'
5151 env :
52- GH_TOKEN : ${{ secrets.MY_TOKEN }}
52+ GH_TOKEN : ${{ github.token }}
5353 ISSUE_URL : ${{ github.event.pull_request.html_url }}
5454 run : |
5555 gh pr edit $ISSUE_URL --add-label "Complete"
You can’t perform that action at this time.
0 commit comments