You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- FirebaseError HTTP Error: 400, The provided Secret Version ID [projects/1718007911/secrets/{{ params.DISCORD_WEBHOOK_URL }}/versions/latest] does not match the expected format [projects/*/secrets/*/versions/*]
secrets=["DISCORD_WEBHOOK_URL"] works as expected.
The text was updated successfully, but these errors were encountered:
Passing a list[SecretParam] as the value of secrets= like this:
Causes this error:
secrets=["DISCORD_WEBHOOK_URL"]
works as expected.The text was updated successfully, but these errors were encountered: