Skip to content

Commit

Permalink
Keystatic: Add missing env key
Browse files Browse the repository at this point in the history
  • Loading branch information
tordans committed Nov 20, 2024
1 parent f7fad64 commit 9f59c4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example.githubpages
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
KEYSTATIC_GITHUB_CLIENT_ID= # Empty on Github Pages
KEYSTATIC_GITHUB_CLIENT_SECRET= # Empty on Github Pages
KEYSTATIC_SECRET= # Empty on Github Pages
PUBLIC_KEYSTATIC_GITHUB_APP_SLUG=osm-verkehrswende-keystatic-cms

# Those variables belong into .github/workflows/deploy.yml
# They are envored by `astro.config.mjs` `env.schema``
Expand Down
1 change: 1 addition & 0 deletions .env.example.local
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
KEYSTATIC_GITHUB_CLIENT_ID= # empty
KEYSTATIC_GITHUB_CLIENT_SECRET= # empty
KEYSTATIC_SECRET= # empty
PUBLIC_KEYSTATIC_GITHUB_APP_SLUG=osm-verkehrswende-keystatic-cms
KEYSTATIC_STORAGE_KIND=local

ASTRO_ENV=development
Expand Down
1 change: 1 addition & 0 deletions .env.example.netlify
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
KEYSTATIC_GITHUB_CLIENT_ID= # Only in netlify
KEYSTATIC_GITHUB_CLIENT_SECRET= # Only in netlify
KEYSTATIC_SECRET= # Only in netlify
PUBLIC_KEYSTATIC_GITHUB_APP_SLUG=osm-verkehrswende-keystatic-cms
KEYSTATIC_STORAGE_KIND=github

ASTRO_ENV=staging
Expand Down

0 comments on commit 9f59c4b

Please sign in to comment.