From aeda3c802d4f8567d83ff1d76ac59dc55c217036 Mon Sep 17 00:00:00 2001 From: Matthias Prost Date: Thu, 11 Jul 2024 14:22:48 +0200 Subject: [PATCH] ci: fix remove storybook deployement (#4001) --- .github/workflows/teardown_pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/teardown_pull_request.yml b/.github/workflows/teardown_pull_request.yml index 532de6632d..0066277f60 100644 --- a/.github/workflows/teardown_pull_request.yml +++ b/.github/workflows/teardown_pull_request.yml @@ -37,6 +37,6 @@ jobs: - name: Remove storybook deployment uses: bobheadxi/deployments@v1.5.0 with: - step: delete-env + step: deactivate-env token: ${{ secrets.GITHUB_TOKEN }} env: ${{ env.STORYBOOK_BRANCH_SLUG }}