From 603af671ef01fe79d206f804a679c6dc17edccae Mon Sep 17 00:00:00 2001 From: yudete Date: Sun, 6 Sep 2020 00:05:25 +0900 Subject: [PATCH] Update aerobatic.yml --- .github/workflows/aerobatic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aerobatic.yml b/.github/workflows/aerobatic.yml index 5394688..12c44c9 100644 --- a/.github/workflows/aerobatic.yml +++ b/.github/workflows/aerobatic.yml @@ -20,4 +20,4 @@ jobs: - name: Deploy to Aerobatic run: npm run deploy env: - FIREBASE_TOKEN: ${{ secrets.AEROBATIC_API_KEY }} \ No newline at end of file + AEROBATIC_API_KEY: ${{ secrets.AEROBATIC_API_KEY }} \ No newline at end of file