Skip to content

Commit 18230b4

Browse files
committed
fix: test github token
Signed-off-by: Ashing Zheng <[email protected]>
1 parent 54327c5 commit 18230b4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/backport.yaml

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

33
on:
4-
schedule:
5-
- cron: "*/30 * * * *"
4+
# schedule:
5+
# - cron: "*/30 * * * *"
6+
push:
7+
branches:
8+
- feat/add_backport_ci
69
workflow_dispatch:
710
inputs:
811
force_sync:
@@ -105,8 +108,8 @@ jobs:
105108
106109
- name: Process commits
107110
if: steps.collect_commits.outputs.count != '0'
108-
env:
109-
GH_TOKEN: ${{ github.token }}
111+
# env:
112+
# GH_TOKEN: ${{ github.token }}
110113
run: |
111114
chmod +x .github/scripts/backport-commit.sh
112115
SUCCESS=0

0 commit comments

Comments
 (0)