Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Correct env in .env.example file (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: Hien To <[email protected]>
  • Loading branch information
hiento09 and hiento09 authored Mar 22, 2024
1 parent d307c7b commit a06b3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
GTM_ID=xxxx
UMAMI_PROJECT_API_KEY=xxxx
UMAMI_APP_URL=xxxx
ALGOLIA_API_KEY=xxxx
ALGOLIA_APP_ID=xxxx
GITHUB_ACCESS_TOKEN=xxxx
ALGOLIA_APP_ID=xxxx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
clean-cloudflare-pages-preview-urls:
strategy:
matrix:
project: ["jan", "nitro", "docs"]
project: ["nitro", "docs"]
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
Expand Down

0 comments on commit a06b3fb

Please sign in to comment.