From 67a4af7b4a0ab22cfaf256286a0277b9b5acfa5d Mon Sep 17 00:00:00 2001 From: SKairinos Date: Tue, 9 Jan 2024 14:13:02 +0000 Subject: [PATCH] pass secret --- .github/workflows/contributing.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/contributing.yaml b/.github/workflows/contributing.yaml index 62e446bb..85672ff0 100644 --- a/.github/workflows/contributing.yaml +++ b/.github/workflows/contributing.yaml @@ -12,3 +12,5 @@ jobs: uses: ocadotechnology/codeforlife-workspace/.github/workflows/validate-existing-contributors.yaml@validate_existing_contributor # TODO: set to @main with: prod-branch: ${{ github.ref_name }} # TODO: set to main after we merge new_data_models into main + secrets: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}