Skip to content

Commit

Permalink
Swtich to 💰
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikinniger committed Nov 1, 2024
1 parent efb01ed commit e368784
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest

env:
SUPABASE_ACCESS_TOKEN: SUPABASE_ACCESS_TOKEN
PROJECT_ID: SUPABASE_PROJECT_ID
SUPABASE_ACCESS_TOKEN: $SUPABASE_ACCESS_TOKEN
PROJECT_ID: $SUPABASE_PROJECT_ID

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e368784

Please sign in to comment.