Skip to content

Commit

Permalink
feat: add a larger fake app secret for Shopware 6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Oct 24, 2024
1 parent 7c57e8f commit 4dc00d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/project/ci.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ func runTransparentCommand(cmd *exec.Cmd) error {
cmd.Stdin = os.Stdin
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr
cmd.Env = append(os.Environ(), "APP_SECRET=test", "LOCK_DSN=flock")
cmd.Env = append(os.Environ(), "APP_SECRET=b59a3a283700fde2162c0d4f2bcf2588c3e841ef1976cf042d8500c3f3152ec513f77453797387dc004ff399cce0d3663e4fec770e6f11aa4ccd2846854c3a9f", "LOCK_DSN=flock")

return cmd.Run()
}
Expand Down

0 comments on commit 4dc00d9

Please sign in to comment.