Skip to content

Commit

Permalink
Add github env vars for build process
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks committed Nov 3, 2023
1 parent 69e7a3d commit 9d95b3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Fly deploy
on:
push:
branches:
- main
workflow_dispatch

jobs:
deploy:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
SUPABASE_ACCESS_TOKEN: ${{ secrets.SUPABASE_ACCESS_TOKEN }}
SUPABASE_DB_PASSWORD: ${{ secrets.PRODUCTION_DB_PASSWORD }}
SUPABASE_PROJECT_ID: ${{ secrets.PRODUCTION_PROJECT_ID }}
GITHUB_CLIENT_ID: "9e44"
GITHUB_SECRET: "2cc178e"

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

0 comments on commit 9d95b3d

Please sign in to comment.