Skip to content

Commit b6f560f

Browse files
authored
DX-2454 Update Token on Listener (#67)
1 parent d4c6226 commit b6f560f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/listener.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
echo "PR already exists for this branch"
4141
fi
4242
env:
43-
GITHUB_TOKEN: ${{ inputs.token }}
43+
GITHUB_TOKEN: ${{ secrets.DX_GITHUB_TOKEN }}
4444

4545
- name: Output PR Number
4646
id: output-pr-number
4747
run: echo "::set-output name=pr-number::$(hub pr list -h ${{ inputs.branch-name }} -f %I)"
4848
env:
49-
GITHUB_TOKEN: ${{ inputs.token }}
49+
GITHUB_TOKEN: ${{ secrets.DX_GITHUB_TOKEN }}
5050

5151
- uses: ./.github/actions/add_pr_comment
5252
with:

0 commit comments

Comments
 (0)