ci: timeout release job after 1 hour (#136)

This commit is contained in:
David Sanders
2025-05-09 16:28:07 -07:00
committed by GitHub
parent 64be29d2f7
commit 1695dc9eac

View File

@@ -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 }}