From c67ac831d688cd1ab0681896c08b72008e3a51b2 Mon Sep 17 00:00:00 2001 From: developomp Date: Sun, 27 Feb 2022 11:10:30 +0900 Subject: [PATCH] removed unnecessary steps - uploading artifact is a security hazard --- .github/workflows/functions.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/functions.yml b/.github/workflows/functions.yml index cca2109..c9e7f57 100644 --- a/.github/workflows/functions.yml +++ b/.github/workflows/functions.yml @@ -36,26 +36,6 @@ jobs: - name: Build run: npm --prefix functions run build - - name: Archive Production Artifact - uses: actions/upload-artifact@master - with: - name: functions_lib - path: functions/lib - - deploy: - name: Deploy - needs: build - runs-on: ubuntu-latest - steps: - - name: Checkout Repo - uses: actions/checkout@master - - - name: Download Artifact - uses: actions/download-artifact@master - with: - name: functions_lib - path: functions/lib - - name: Deploy to Firebase uses: w9jds/firebase-action@master with: