From b07a0e67211dcf05880481474b71c008d4d2b3e1 Mon Sep 17 00:00:00 2001 From: Edward Wenger Date: Tue, 6 Jun 2023 15:58:46 -0700 Subject: [PATCH] Update README.md Testing an update so we can trigger the CML action with a pull request --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2fca88f..8e884d9 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,5 @@ The key file enabling these actions is `.github/workflows/cml.yaml`. ## Secrets and environmental variables The only environmental variable set in `.github/workflows/cml.yaml` is `GITHUB_TOKEN`, which is configured by default in every GitHub repository. No secrets must be set by the user. +## Forks +Note that when you fork the repository, you have to enable GitHub Actions in the Actions tab of the repo