diff --git a/.github/workflows/tilt.yml b/.github/workflows/tilt.yml index 089fc04af..0602e81fb 100644 --- a/.github/workflows/tilt.yml +++ b/.github/workflows/tilt.yml @@ -12,6 +12,3 @@ jobs: github_access_token: ${{ secrets.GITHUB_TOKEN }} - name: Tilt CI run: nix develop -c make tilt-in-ci - env: - AIRTABLE_TOKEN: ${{ secrets.AIRTABLE_TOKEN }} - AIRTABLE_BASE_ID: ${{ secrets.AIRTABLE_BASE_ID }}