From 9cd1d6209bd5d6289a042ec9757fadab49d039b4 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Fri, 5 Jan 2024 14:20:02 +0000 Subject: [PATCH] add env var --- .github/workflows/validate-new-contributor.yaml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/workflows/validate-new-contributor.yaml b/.github/workflows/validate-new-contributor.yaml index 9ddb4e1e..fc6faac9 100644 --- a/.github/workflows/validate-new-contributor.yaml +++ b/.github/workflows/validate-new-contributor.yaml @@ -26,16 +26,18 @@ jobs: steps: - name: Validate Pull Request Status run: gh pr view 53 + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} # - name: 🛫 Checkout Pull Request # if: ${{ github.event_name == 'workflow_call' }} # run: gh pr checkout ${{ inputs.pull-request-number }} - - uses: ocadotechnology/codeforlife-workspace/.github/actions/python/setup-environment@new_contributor_validations # TODO: use @main - with: - python-version: ${{ env.PYTHON_VERSION }} - working-directory: ${{ env.WORKING_DIR }} + # - uses: ocadotechnology/codeforlife-workspace/.github/actions/python/setup-environment@new_contributor_validations # TODO: use @main + # with: + # python-version: ${{ env.PYTHON_VERSION }} + # working-directory: ${{ env.WORKING_DIR }} - - name: 🕵️ Validate New Contributor - working-directory: ${{ env.WORKING_DIR }} - run: pipenv run python validate_new_contributor.py + # - name: 🕵️ Validate New Contributor + # working-directory: ${{ env.WORKING_DIR }} + # run: pipenv run python validate_new_contributor.py