The RAG Experiment Accelerator is a versatile tool designed to expedite and facilitate the process of conducting experiments and evaluations using Azure Cognitive Search and RAG pattern.
The GitHub action rag_exp_acc_ci runs on PRs.
However, because PRs from forks aren't given secrets, this action will fail for all such PRs.
This project needs to address this if PRs from forks are expected (i.e. any external contribution)
Ways to work around this include the approach taken by Azure TRE where by a PR bot is used to kick of builds of PRs only after inspection of the PR to ensure that secrets won't be exposed:
The GitHub action
rag_exp_acc_ci
runs on PRs. However, because PRs from forks aren't given secrets, this action will fail for all such PRs.This project needs to address this if PRs from forks are expected (i.e. any external contribution)
Ways to work around this include the approach taken by Azure TRE where by a PR bot is used to kick of builds of PRs only after inspection of the PR to ensure that secrets won't be exposed:
https://github.com/microsoft/AzureTRE/blob/main/.github/workflows/pr_comment_bot.yml