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
I am unable to set a UDS variable from a GitHub repository secret, which would be helpful for loading in secrets such as license keys. Unfortunately, GitHub does not have a way to use a secret as part of a workflow input resulting in this limitation.
Some sort of workaround for this would be helpful for packages that require a secret in order to be tested.
The workflow is not valid. .github/workflows/test.yaml (Line: 65, Col: 16): Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.EXAMPLE_LICENSE_KEY
The text was updated successfully, but these errors were encountered:
I am unable to set a UDS variable from a GitHub repository secret, which would be helpful for loading in secrets such as license keys. Unfortunately, GitHub does not have a way to use a secret as part of a workflow input resulting in this limitation.
Some sort of workaround for this would be helpful for packages that require a secret in order to be tested.
For example:
Resulting error:
The text was updated successfully, but these errors were encountered: