We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76813b8 + f8f129a commit d1e810fCopy full SHA for d1e810f
1 file changed
.github/workflows/main.yml
@@ -58,6 +58,8 @@ jobs:
58
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta'
59
needs: [build-and-test]
60
runs-on: ubuntu-latest
61
+ env:
62
+ BETTER_AUTH_SECRET: ${{ secrets.AUTH_SECRET || 'ci-build-placeholder-secret' }}
63
outputs:
64
published: ${{ steps.changesets.outputs.published }}
65
steps:
0 commit comments