Skip to content

Commit 430ae5e

Browse files
committed
fix: remove checkout
1 parent b0c0252 commit 430ae5e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/cleanup-preview-packages.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,9 @@ jobs:
1818
cleanup:
1919
name: Cleanup PR Previews
2020
runs-on: ubuntu-latest
21-
env:
22-
GITHUB_TOKEN: ${{ secrets.SPEC_RENDERER_BOT_PAT }}
23-
21+
timeout-minutes: 20
2422

2523
steps:
26-
- name: Checkout Source Code
27-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28-
2924
- name: Dispatch preview publish
3025
uses: the-actions-org/workflow-dispatch@3133c5d135c7dbe4be4f9793872b6ef331b53bc7 # v4
3126
with:

0 commit comments

Comments
 (0)