Skip to content

Commit ac1a979

Browse files
committed
chore: Use personal access token
1 parent 6cb8e77 commit ac1a979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-workflows.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ workflow.addJob(
3535
action("peter-evans/create-pull-request", {
3636
if: "${{ failure() && steps.check.outcome == 'failure' }}",
3737
with: {
38-
token: "${{ github.token }}",
38+
token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}",
3939
title: "chore: Build Workflows",
4040
"commit-message": "chore: Build Workflows",
4141
body: "Created from #${{ github.event.pull_request.number }}.",

0 commit comments

Comments
 (0)