Skip to content

Commit

Permalink
ci: timeout release job after 1 hour (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 14, 2024
1 parent be089d2 commit 7dbd4e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- name: Install
run: yarn install --frozen-lockfile
- uses: continuousauth/action@4e8a2573eeb706f6d7300d6a9f3ca6322740b72d # v1.0.5
timeout-minutes: 60
with:
project-id: ${{ secrets.CFA_PROJECT_ID }}
secret: ${{ secrets.CFA_SECRET }}
Expand Down

0 comments on commit 7dbd4e3

Please sign in to comment.