Skip to content

Commit

Permalink
test(gothub-action): sets TESTING_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
nifedara committed Jul 23, 2024
1 parent 7fd9f85 commit c66dcbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
run: |
cd backend/
mv sample_env .env
sed -i 's/TESTING_TOKEN = .*/TESTING_TOKEN=${{ secrets.TESTING_TOKEN }}/' .env
export DATABASE_URL=postgis://admin:password@localhost:5432/ai
export RAMP_HOME="/home/runner/work/fAIr/fAIr"
export TRAINING_WORKSPACE="/home/runner/work/fAIr/fAIr/backend/training"
Expand Down

0 comments on commit c66dcbc

Please sign in to comment.