File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3030 needs : detect
3131 if : needs.detect.outputs.target == 'feature'
3232 uses : ./.github/workflows/release-feature-branch.yaml
33- with :
33+ secrets :
3434 PLANETSCALE_CONNECTION_STRING : ${{ secrets.PLANETSCALE_CONNECTION_STRING }}
3535 NEON_CONNECTION_STRING : ${{ secrets.NEON_CONNECTION_STRING }}
3636 NEON_HTTP_CONNECTION_STRING : ${{ secrets.NEON_CONNECTION_STRING }}
4545 needs : detect
4646 if : needs.detect.outputs.target == 'latest'
4747 uses : ./.github/workflows/release-latest.yaml
48- with :
48+ secrets :
4949 PLANETSCALE_CONNECTION_STRING : ${{ secrets.PLANETSCALE_CONNECTION_STRING }}
5050 NEON_CONNECTION_STRING : ${{ secrets.NEON_CONNECTION_STRING }}
5151 NEON_HTTP_CONNECTION_STRING : ${{ secrets.NEON_CONNECTION_STRING }}
You can’t perform that action at this time.
0 commit comments