Skip to content

Commit 73f03dd

Browse files
authored
fix: use correct token (#1545)
1 parent 3cf838e commit 73f03dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/issueLens-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
# Save to output
5353
echo "payload=$json_output" >> $GITHUB_OUTPUT
5454
env:
55-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
GITHUB_TOKEN: ${{ secrets.PAT }}
5656
COPILOT_GITHUB_TOKEN: ${{ secrets.PAT }}
57-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57+
GH_TOKEN: ${{ secrets.PAT }}
5858

5959

6060
- name: Trigger Notification

0 commit comments

Comments
 (0)