ci: timeout release job after 1 hour (#136)
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
|||||||
- name: Install
|
- name: Install
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
- uses: continuousauth/action@4e8a2573eeb706f6d7300d6a9f3ca6322740b72d # v1.0.5
|
- uses: continuousauth/action@4e8a2573eeb706f6d7300d6a9f3ca6322740b72d # v1.0.5
|
||||||
|
timeout-minutes: 60
|
||||||
with:
|
with:
|
||||||
project-id: ${{ secrets.CFA_PROJECT_ID }}
|
project-id: ${{ secrets.CFA_PROJECT_ID }}
|
||||||
secret: ${{ secrets.CFA_SECRET }}
|
secret: ${{ secrets.CFA_SECRET }}
|
||||||
|
|||||||
Reference in New Issue
Block a user