We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ad982a commit 0094ab6Copy full SHA for 0094ab6
1 file changed
.github/workflows/prep-dev.yml
@@ -14,11 +14,6 @@ jobs:
14
uses: actions/checkout@master
15
with:
16
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
22
23
- name: Generate year and month
24
id: date
@@ -70,4 +65,4 @@ jobs:
70
65
71
66
message: "build: update Flipcash versioning to ${{ steps.date.outputs.YEAR }}.${{ steps.date.outputs.MONTH }}"
72
67
branch: "code/cash"
73
- github_token: ${{ secrets.GITHUB_TOKEN }}
68
+ github_token: ${{ secrets.BOT_GITHUB_TOKEN }}
0 commit comments