mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-09 18:19:27 +01:00
5min timeout
This commit is contained in:
parent
e2851f28ca
commit
1d6f490c77
4
.github/workflows/shift.yaml
vendored
4
.github/workflows/shift.yaml
vendored
@ -8,10 +8,12 @@ on:
|
||||
jobs:
|
||||
shift:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- name: Shift
|
||||
run: |
|
||||
curl -sf -X POST https://laravelshift.com/api/run \
|
||||
curl -X POST -s -retry 5 -m 60 --fail-with-body \
|
||||
https://laravelshift.com/api/run \
|
||||
-H "Accept: application/json" \
|
||||
-d "api_token=${{ secrets.SHIFT_TOKEN }}" \
|
||||
-d "code=${{ secrets.SHIFT_CODE }}" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user