Skip to content

Commit 8e887ef

Browse files
authored
Change PAT to GITHUB_TOKEN
Signed-off-by: John Mertic <[email protected]>
1 parent 04fe7a0 commit 8e887ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: pascalgn/[email protected]
2121
if: success()
2222
env:
23-
GITHUB_TOKEN: "${{ secrets.PAT }}"
23+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
2424
MERGE_LABELS: "automated-build"
2525
MERGE_RETRY_SLEEP: 300000
2626
MERGE_METHOD: "squash"

0 commit comments

Comments
 (0)