Skip to content

Commit ad916ee

Browse files
committedDec 3, 2022
Remove last (hopefully) traces of wren api
1 parent 4c421ee commit ad916ee

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed
 

‎.env.default

-1
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
WREN_TOKEN=

‎.github/workflows/release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ jobs:
7171
cache-to: type=local,dest=/tmp/.buildx-cache-new
7272
build-args: |
7373
APP_ENV=${{ github.event.inputs.app_env }}
74-
WREN_TOKEN=${{ secrets.WREN_TOKEN }}
7574
NPM_TOKEN=${{ secrets.NPM_TOKEN }}
7675
FONTAWESOME_TOKEN=${{ secrets.FONTAWESOME_TOKEN }}
7776

‎next.config.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ const nextConfig = {
1111
reactStrictMode: false,
1212
poweredByHeader: false,
1313
...(isProd && { assetPrefix }),
14-
serverRuntimeConfig: {
15-
wrenToken: process.env.WREN_TOKEN,
16-
},
14+
serverRuntimeConfig: {},
1715
publicRuntimeConfig: {
1816
assetPrefix,
1917
},

0 commit comments

Comments
 (0)
Please sign in to comment.