Skip to content

Commit 481e4d2

Browse files
committed
Add timeouts for particle commands
1 parent 9e9015f commit 481e4d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,7 @@ jobs:
7272
uses: actions/checkout@v3
7373
- name: Login
7474
run: particle login --token ${{ secrets.PARTICLE_TOKEN }}
75+
timeout-minutes: 1
7576
- name: Publish
7677
run: bash -eux extras/scripts/publish-particle-library.sh
78+
timeout-minutes: 5

0 commit comments

Comments
 (0)