We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c5c36 commit 94a3050Copy full SHA for 94a3050
.github/workflows/gitflow-sync-develop.yml
@@ -51,5 +51,4 @@ jobs:
51
with:
52
pull-request-number: ${{ steps.open-pr.outputs.pr_number }}
53
review-message: 'Auto approved automated PR'
54
- # TODO: Use the token of some user here??
55
- # github-token: ${{ secrets.SOME_USERS_PAT }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/gitflow-sync-master.yml
@@ -53,5 +53,4 @@ jobs:
56
57
0 commit comments