Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xLucqs committed May 2, 2024
1 parent 58f28f7 commit 174a27a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
echo TWILIO_ACCOUNT_SID=${{ secrets.TWILIO_ACCOUNT_SID }} >> .env
echo TWILIO_PHONE_NUMBER=${{ secrets.TWILIO_PHONE_NUMBER }} >> .env
echo TEST_PHONE_NUMBER=${{ secrets.TEST_PHONE_NUMBER }} >> .env
echo NODE_URL=${{ secrets.NODE_URL}} >> .env
echo DEPLOYER_PK=${{ secrets.DEPLOYER_PK}} >> .env
echo DEPLOYER_ADDRESS=${{ secrets.DEPLOYER_ADDRESS}} >> .env
working-directory: ./pr-code/backend

# Check format and lint in the PR code's backend directory
Expand Down

0 comments on commit 174a27a

Please sign in to comment.