Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aholstrup1 committed Aug 2, 2023
1 parent bdaac0a commit 251960b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Now, you can set the checkbox called Use GhTokenWorkflow to allowing you to use

### New Settings
- `keyVaultCodesignCertificateName`: With this setting you can delegate the codesigning to an Azure Key Vault. This can be useful if your certificate has to be stored in a Hardware Security Module
- `SecretlessPRBuild`: With this setting you can ensure that PR Builds triggered by forked repositories don't have access to secrets
- `PRBuildTrigger`: With this setting you can set which trigger to use for Pull Request Builds. By default Al-Go will use Pull_Request_Target

### New Actions
- `DownloadProjectDependencies`: Downloads the dependency apps for a given project and build mode.
Expand Down
2 changes: 1 addition & 1 deletion Scenarios/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The repository settings are only read from the repository settings file (.github
| <a id="CICDSchedule"></a>CICDSchedule | CRON schedule for when CI/CD workflow should run. Default is no scheduled run, only manually triggered or triggered by Push or Pull Request. Build your CRON string here: [https://crontab.guru](https://crontab.guru) |
| <a id="UpdateGitHubGoSystemFilesSchedule"></a>UpdateGitHubGoSystemFilesSchedule | CRON schedule for when Update AL-Go System Files should run. When Update AL-Go System Files runs on a schedule, it uses direct COMMIT instead of creating a PR. Default is no scheduled run, only manual trigger. Build your CRON string here: [https://crontab.guru](https://crontab.guru) |
| <a id="buildModes"></a>buildModes | A list of build modes to use when building the AL-Go projects. Every AL-Go projects will be built using each built mode. Available build modes are:<br /> **Default**: Apps are compiled as they are in the source code.<br />**Clean**: _PreprocessorSymbols_ are enabled when compiling the apps. The values for the symbols correspond to the `cleanModePreprocessorSymbols` setting of the AL-Go project.<br />**Translated**: `TranslationFile` compiler feature is enabled when compiling the apps. |
| <a id="SecretlessPRBuild"></a>SecretlessPRBuild | Set to true if PR Builds should be triggered by the [pull_request](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request) event. When set to true, workflows triggered from forked repositories will not be able to access secrets with the exception of GITHUB_TOKEN |
| <a id="PRBuildTrigger"></a>PRBuildTrigger | Setting for specifying the trigger Al-Go should use to trigger Pull Request Builds. By default it is set to [pull_request_target](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target) |

## Advanced settings

Expand Down

0 comments on commit 251960b

Please sign in to comment.