Skip to content

Commit 6ee7cc8

Browse files
committed
fix: properly properly
1 parent 8ef3825 commit 6ee7cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-storacha.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "NEXT_PUBLIC_REFERRAL_URL=http://staging.storacha.network/referred" >> .env
4848
echo "NEXT_PUBLIC_REFERRALS_SERVICE_URL=https://staging-referrals.storacha.network" >> .env
4949
echo "NEXT_PUBLIC_SENTRY_ENV=staging" >> .env
50-
echo "SENTRY_AUTH_TOKEN={{ secrets.SENTRY_AUTH_TOKEN }}" >> .env
50+
echo "SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}" >> .env
5151
echo "using env"
5252
cat .env
5353
# as long as this uses https://github.com/cloudflare/next-on-pages/blob/dc529d7efa8f8568ea8f71b5cdcf78df89be6c12/packages/next-on-pages/bin/index.js,
@@ -144,7 +144,7 @@ jobs:
144144
echo "NEXT_PUBLIC_REFERRAL_URL=http://storacha.network/referred" >> .env
145145
echo "NEXT_PUBLIC_REFERRALS_SERVICE_URL=https://referrals.storacha.network" >> .env
146146
echo "NEXT_PUBLIC_SENTRY_ENV=production" >> .env
147-
echo "SENTRY_AUTH_TOKEN={{ secrets.SENTRY_AUTH_TOKEN }}" >> .env
147+
echo "SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }}" >> .env
148148
- run: pnpm pages:build
149149
# as long as this uses https://github.com/cloudflare/next-on-pages/blob/dc529d7efa8f8568ea8f71b5cdcf78df89be6c12/packages/next-on-pages/bin/index.js,
150150
# env vars won't get passed through to wrangler, so if wrangler will need them, write them to .env like the previous step

0 commit comments

Comments
 (0)