Documentation for GitHub Action environment variables
Open
triaged
- Dominant language
- No language data
- Stars
- 346
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
We're required to set environment variables for the Build and Deploy `Azure/static-web-apps-deploy@v1` job for some SWAs. (ex: setting `IS_STATIC_EXPORT: true` for Next.JS static sites. However, I haven't found any official documentation detailing what environment variables exist, with descriptions, and expected values.
```
ENABLE_PREVIEW_FEATURES: true
FUNCTION_LANGUAGE: node
FUNCTION_LANGUAGE_VERSION: 16
IS_STATIC_EXPORT: false
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.