From bfa4d2d70b75ecc9d697493d2b189eee87ded8d5 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Fri, 18 Oct 2024 14:38:48 -0600 Subject: [PATCH] Add note about secrets being required to be passed in --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eb84bd5..53fd584 100644 --- a/README.md +++ b/README.md @@ -33,4 +33,6 @@ Used to check if a user has signed the [Contributor License Agreement](./CLA.md) jobs: CLA: uses: Expensify/GitHub-Actions/.github/workflows/cla.yml@main + # Required to pass along secrets for `CLA_BOTIFY_TOKEN` + secrets: inherit ```