Skip to content

Commit bcea50a

Browse files
committed
no gh env
1 parent 7a43fc7 commit bcea50a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-update.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
name: test the system update flow
2+
push:
3+
branches:
4+
- test_package_update_rebase
25

36
on:
47
push:
@@ -23,7 +26,5 @@ jobs:
2326
go-version-file: go.mod
2427

2528
- name: Run dep package update test
26-
env:
27-
GH_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
2829
run: |
2930
go tool task test:update

0 commit comments

Comments
 (0)