Skip to content

Commit

Permalink
secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfiol committed Oct 11, 2023
1 parent 5796886 commit bf5499c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .env.example
@@ -1 +1,4 @@
API_URL=http://localhost:8080
API_URL=http://localhost:8080
SURGE_LOGIN=
# retrieve with `surge token`
SURGE_TOKEN=
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Expand Up @@ -6,6 +6,7 @@ on:
env:
SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }}
SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }}
API_URL: ${{ secrets.API_URL }}
jobs:
build-and-deploy:
runs-on: ubuntu-22.04
Expand Down

0 comments on commit bf5499c

Please sign in to comment.