From c9421f09dcf0f3adf5f9d98d69e91df2b60d762b Mon Sep 17 00:00:00 2001 From: SKairinos Date: Tue, 9 Jan 2024 17:22:58 +0000 Subject: [PATCH] fix --- .github/workflows/contributing.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contributing.yaml b/.github/workflows/contributing.yaml index fbe04f2e..20d0a50b 100644 --- a/.github/workflows/contributing.yaml +++ b/.github/workflows/contributing.yaml @@ -10,5 +10,5 @@ on: jobs: validate-existing-contributors: uses: ocadotechnology/codeforlife-workspace/.github/workflows/validate-existing-contributors.yaml@validate_existing_contributor # TODO: set to @main - with: - prod-branch: ${{ github.base_ref }} # TODO: set to main after we merge new_data_models into main + secrets: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}