From 05b8a3debace54dc0b20e29b77f95811562a9eae Mon Sep 17 00:00:00 2001 From: Rishikesh Kanabar Date: Fri, 7 Feb 2025 22:22:28 -0500 Subject: [PATCH] cooked --- .github/workflows/migration.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/migration.yml b/.github/workflows/migration.yml index f6e25e2..dc33114 100644 --- a/.github/workflows/migration.yml +++ b/.github/workflows/migration.yml @@ -10,17 +10,11 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} -# You can leverage Vercel Remote Caching with Turbo to speed up your builds -# @link https://turborepo.org/docs/core-concepts/remote-caching#remote-caching-on-vercel-builds -env: - FORCE_COLOR: 3 - TURBO_TEAM: ${{ vars.TURBO_TEAM }} - TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} - POSTGRES_URL: ${{ secrets.POSTGRES_URL || 'postgres://default_url' }} - jobs: migrate: runs-on: ubuntu-latest + env: + POSTGRES_URL: ${{ secrets.POSTGRES_URL }} steps: - uses: actions/checkout@v4