We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c0252 commit 430ae5eCopy full SHA for 430ae5e
.github/workflows/cleanup-preview-packages.yaml
@@ -18,14 +18,9 @@ jobs:
18
cleanup:
19
name: Cleanup PR Previews
20
runs-on: ubuntu-latest
21
- env:
22
- GITHUB_TOKEN: ${{ secrets.SPEC_RENDERER_BOT_PAT }}
23
-
+ timeout-minutes: 20
24
25
steps:
26
- - name: Checkout Source Code
27
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
29
- name: Dispatch preview publish
30
uses: the-actions-org/workflow-dispatch@3133c5d135c7dbe4be4f9793872b6ef331b53bc7 # v4
31
with:
0 commit comments