Skip to content

Commit 41406d1

Browse files
authored
Merge pull request #192 from microsoft/dilan/sync-main-bugs-4
Sync Main: More Misc Bugs (token related bugs)
2 parents fb938ab + 3c92f6b commit 41406d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sync-main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,6 @@ jobs:
6161
echo "PR already exists: $PR_URL"
6262
fi
6363
env:
64-
GH_TOKEN: ${{ github.token }}
64+
GH_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
65+
GITHUB_TOKEN: ${{ secrets.WORKFLOW_TOKEN }}
66+

0 commit comments

Comments
 (0)