Skip to content

Commit

Permalink
fix: add .env file for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Dec 22, 2022
1 parent 4330e44 commit f840dc9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CONSOLE_API_URL=https://console.map3.xyz/api
CONSOLE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJjb25zb2xlIiwib3JnX2lkIjoiMDFkNTNmNzEtZTI5OS00NTIxLWE0NWItNmE4OTA5ZDNjMGQ1Iiwicm9sZXMiOlsiYW5vbnltb3VzIl0sImlhdCI6MTY2ODk4NjIwMywiZXhwIjoxNzAwNTIyMjAzfQ.xvLZT4ZbJyGkt6t2ga2hf-0ZwpG3ag07Gp9pCPL96J8
3 changes: 1 addition & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
CONSOLE_API_URL=
CONSOLE_ANON_KEY=
WALLET_CONNECT_ID=
CONSOLE_ANON_KEY=
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# This workflow will install dependencies, run build, run semantic-release and push dist using https://github.com/actions-js/push
name: Release
on:
push:
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@ output/
coverage/*

# env
.env
.env.local
.env.production

0 comments on commit f840dc9

Please sign in to comment.