diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 39fd78c9d..686db6a15 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -36,7 +36,7 @@ Settings were also available as one compressed JSON structure in env:Settings, t Settings can no longer contain line breaks. It might have been possible to use line breaks earlier, but it would likely have unwanted consequences. Use `$settings = $ENV:Settings | ConvertFrom-Json` to get all settings in PowerShell. -In earlier versions of AL-Go for GitHub, all secrets requested by AL-Go for GitHub was available as individual environment variables to scripts and overrides, this is no longer the case. +In earlier versions of AL-Go for GitHub, all secrets requested by AL-Go for GitHub were available as individual environment variables to scripts and overrides, this is no longer the case. As described in bug 647, all secrets available to the workflow were also available in env:_Secrets, this is no longer the case. All requested secrets were also available (base64 encoded) as one compressed JSON structure in env:Secrets, this is still the case. Use `$secrets = $ENV:Secrets | ConvertFrom-Json` to get all requested secrets in PowerShell.