Skip to content

build(deps): bump @storybook/builder-webpack5 from 6.4.9 to 10.1.4 #94

build(deps): bump @storybook/builder-webpack5 from 6.4.9 to 10.1.4

build(deps): bump @storybook/builder-webpack5 from 6.4.9 to 10.1.4 #94

Workflow file for this run

name: Cleanup staging deploy
on:
pull_request_target:
types: [closed]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
persist-credentials: false
- name: Setup GCloud
uses: google-github-actions/setup-gcloud@master
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_email: ${{ secrets.GCP_SA_EMAIL }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
export_default_credentials: true
- name: Remove folder from GCS
run: gsutil -m rm -f gs://staging.nodejs.dev/${{ github.event.pull_request.number }}/** || true