Skip to content

Commit 2255f54

Browse files
committed
Revert "fix: test github token"
This reverts commit 18230b4.
1 parent 18230b4 commit 2255f54

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/backport.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Auto Backport from Upstream
22

33
on:
4-
# schedule:
5-
# - cron: "*/30 * * * *"
6-
push:
7-
branches:
8-
- feat/add_backport_ci
4+
schedule:
5+
- cron: "*/30 * * * *"
96
workflow_dispatch:
107
inputs:
118
force_sync:
@@ -108,8 +105,8 @@ jobs:
108105
109106
- name: Process commits
110107
if: steps.collect_commits.outputs.count != '0'
111-
# env:
112-
# GH_TOKEN: ${{ github.token }}
108+
env:
109+
GH_TOKEN: ${{ github.token }}
113110
run: |
114111
chmod +x .github/scripts/backport-commit.sh
115112
SUCCESS=0

0 commit comments

Comments
 (0)