Hi <@U0RQY0KK5>, just migrating to prisma cloud :s...
# prisma-whats-new
d
Hi @nilan, just migrating to prisma cloud 🙂. I'm looking to change my prisma_secret, but any time I do I get "Your token is invalid. It might have expired or you might be using a token from a different project." when deploying the project after changing it. What am I doing wrong?
l
Have you tried
prisma deploy
with the new secret and a change to the schema, e.g.
type User { ... dummyString: String}
d
How do I change the secret locally @lawjolla? 🙂
l
By changing it in the prisma.yml file
d
Yeah that's what I did already, by changing it in the .env that's referenced in the prisma.yml
l
Then see the first reply
d
ah i had tried it but for some reason it didn't work earlier, just did it again, thanks a mil it works 🙂
Really appreciate it
❤️
parrotwave6 1