Skip to content

Commit ec52b84

Browse files
authored
Merge pull request #20 from drewpayment/16-bug-gh-action-failing-after-converting-to-bun-package-manager
feat(publish.yml): add INSTANTDB_ADMIN_TOKEN and PUBLIC_APP_ID secret…
2 parents 2d9430b + 3f9bac8 commit ec52b84

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ jobs:
7373
echo "PUBLIC_POSTHOG_KEY=${{ secrets.PUBLIC_POSTHOG_KEY }}" >> .env
7474
echo "AUTH_INITIALIZE=false" >> .env
7575
76+
echo "INSTANTDB_ADMIN_TOKEN=${{ secrets.INSTANTDB_ADMIN_TOKEN }}" >> .env
77+
echo "PUBLIC_APP_ID=${{ secrets.PUBLIC_APP_ID }}" >> .env
78+
7679
cat .env
7780
7881
- name: Setup SSH key

0 commit comments

Comments
 (0)