Skip to content

Commit

Permalink
Add timeouts for particle commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Mar 27, 2023
1 parent 9e9015f commit 481e4d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,7 @@ jobs:
uses: actions/checkout@v3
- name: Login
run: particle login --token ${{ secrets.PARTICLE_TOKEN }}
timeout-minutes: 1
- name: Publish
run: bash -eux extras/scripts/publish-particle-library.sh
timeout-minutes: 5

0 comments on commit 481e4d2

Please sign in to comment.