Skip to content

Commit 94a3050

Browse files
committed
try secrets
1 parent 71c5c36 commit 94a3050

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/gitflow-sync-develop.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,4 @@ jobs:
5151
with:
5252
pull-request-number: ${{ steps.open-pr.outputs.pr_number }}
5353
review-message: 'Auto approved automated PR'
54-
# TODO: Use the token of some user here??
55-
# github-token: ${{ secrets.SOME_USERS_PAT }}
54+
github-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/gitflow-sync-master.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ jobs:
5353
with:
5454
pull-request-number: ${{ steps.open-pr.outputs.pr_number }}
5555
review-message: 'Auto approved automated PR'
56-
# TODO: Use the token of some user here??
57-
# github-token: ${{ secrets.SOME_USERS_PAT }}
56+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)