Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

build(deps): Bump socket.io-parser from 4.2.2 to 4.2.4 #1913

build(deps): Bump socket.io-parser from 4.2.2 to 4.2.4

build(deps): Bump socket.io-parser from 4.2.2 to 4.2.4 #1913

Workflow file for this run

name: Cleanup staging deploy
on:
pull_request_target:
types: [closed]
permissions:
contents: read
jobs:
cleanup-staging:
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@v3.3.0
with:
persist-credentials: false
- name: Auth G Cloud
uses: 'google-github-actions/auth@v1'
with:
credentials_json: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_NODEJS_INFRASTRUCTURE }}'
- name: Setup G Cloud
uses: google-github-actions/setup-gcloud@v1
- name: Remove from G Cloud Storage
run: gsutil -m rm -f gs://staging.nodejs.dev/${{ github.event.pull_request.number }}/** || true