Skip to content

Commit 04fa17b

Browse files
author
l
committed
use correct token
1 parent 997bd77 commit 04fa17b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-sdc-tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)