Skip to content

Commit d1e810f

Browse files
authored
Merge branch 'main' into STACKS-843/refined-toc
2 parents 76813b8 + f8f129a commit d1e810f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta'
5959
needs: [build-and-test]
6060
runs-on: ubuntu-latest
61+
env:
62+
BETTER_AUTH_SECRET: ${{ secrets.AUTH_SECRET || 'ci-build-placeholder-secret' }}
6163
outputs:
6264
published: ${{ steps.changesets.outputs.published }}
6365
steps:

0 commit comments

Comments
 (0)