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