Skip to content

Commit

Permalink
add public env
Browse files Browse the repository at this point in the history
  • Loading branch information
jho44 committed Feb 25, 2024
1 parent b9be628 commit 35ca350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
TWILIO_ACCOUNT_SID: ${{ secrets.TWILIO_ACCOUNT_SID }}
TWILIO_API_SECRET: ${{ secrets.TWILIO_API_SECRET }}
TWILIO_AUTH_TOKEN: ${{ secrets.TWILIO_AUTH_TOKEN }}
PUBLIC_ENV: test
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 35ca350

Please sign in to comment.