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
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
If you match this setup you will see that any secret, such as for example test=value placed in a matching Github secret such as my secrets.AZURE_AI_TOKEN causes the replacement logic to go off the rails a bit and the resulting file is not replaced correctly.
It seems like there is an error with replacing anything that contains an "=" character.
For example I have an Action setup with the following
And my settings.ts has something like:
If you match this setup you will see that any secret, such as for example
test=valueplaced in a matching Github secret such as mysecrets.AZURE_AI_TOKENcauses the replacement logic to go off the rails a bit and the resulting file is not replaced correctly.