Skip to content

Commit 9a48ef5

Browse files
committed
no gh env
1 parent 7a43fc7 commit 9a48ef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
- test_package_update_rebase
8+
79
workflow_dispatch:
810

911
permissions:
@@ -23,7 +25,5 @@ jobs:
2325
go-version-file: go.mod
2426

2527
- name: Run dep package update test
26-
env:
27-
GH_TOKEN: ${{ secrets.ARDUINOBOT_TOKEN }}
2828
run: |
2929
go tool task test:update

0 commit comments

Comments
 (0)