Skip to content

Commit 0094ab6

Browse files
authored
Update prep-dev.yml
1 parent 6ad982a commit 0094ab6

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/prep-dev.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
uses: actions/checkout@master
1515
with:
1616
ref: code/cash
17-
- uses: connor-baer/action-sync-branch@main
18-
with:
19-
branch: code/cash
20-
token: ${{ secrets.GITHUB_TOKEN }}
21-
force: false
2217

2318
- name: Generate year and month
2419
id: date
@@ -70,4 +65,4 @@ jobs:
7065
with:
7166
message: "build: update Flipcash versioning to ${{ steps.date.outputs.YEAR }}.${{ steps.date.outputs.MONTH }}"
7267
branch: "code/cash"
73-
github_token: ${{ secrets.GITHUB_TOKEN }}
68+
github_token: ${{ secrets.BOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)