We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c421ee commit ad916eeCopy full SHA for ad916ee
.env.default
@@ -1 +0,0 @@
1
-WREN_TOKEN=
.github/workflows/release.yml
@@ -71,7 +71,6 @@ jobs:
71
cache-to: type=local,dest=/tmp/.buildx-cache-new
72
build-args: |
73
APP_ENV=${{ github.event.inputs.app_env }}
74
- WREN_TOKEN=${{ secrets.WREN_TOKEN }}
75
NPM_TOKEN=${{ secrets.NPM_TOKEN }}
76
FONTAWESOME_TOKEN=${{ secrets.FONTAWESOME_TOKEN }}
77
next.config.js
@@ -11,9 +11,7 @@ const nextConfig = {
11
reactStrictMode: false,
12
poweredByHeader: false,
13
...(isProd && { assetPrefix }),
14
- serverRuntimeConfig: {
15
- wrenToken: process.env.WREN_TOKEN,
16
- },
+ serverRuntimeConfig: {},
17
publicRuntimeConfig: {
18
assetPrefix,
19
},
0 commit comments