Skip to content

set pr num

set pr num #24

name: Verify New Contributor
on:
push:
branches:
- new_contributor_validations # TODO: use main
workflow_dispatch:
inputs:
pull-request-number:
description: "The number of the new contributor's PR."
required: true
jobs:
# validate-pr-review-state:
# uses: ocadotechnology/codeforlife-workspace/.github/workflows/validate-pull-request.yaml@new_contributor_validations # TODO: use @main
# secrets:
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# with:
# number: ${{ inputs.pull-request-number }}
# review-state: APPROVED
validate-new-contributor:
# needs: [validate-pr-review-state]
uses: ocadotechnology/codeforlife-workspace/.github/workflows/validate-new-contributor.yaml@new_contributor_validations # TODO: use @main
secrets:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Check failure on line 26 in .github/workflows/verify-new-contributor.yaml

View workflow run for this annotation

GitHub Actions / Verify New Contributor

Invalid workflow file

The workflow is not valid. .github/workflows/verify-new-contributor.yaml (Line: 26, Col: 17): Invalid secret, GH_TOKEN is not defined in the referenced workflow.
with:
pull-request-number: 54 #${{ inputs.pull-request-number }}
verify-new-contributor:
needs: [validate-new-contributor]
runs-on: ubuntu-latest
steps:
- name: 📧 Send Verification Email
uses: ocadotechnology/codeforlife-workspace/.github/actions/python/send-email@new_contributor_validations # TODO: use @main
with:
auth: ${{ secrets.DOTDIGITAL_API_USER_AUTH }}
to-addresses: '["${{ needs.validate-new-contributor.outputs.email-address }}"]'
campaign-id: 1506387
personalization-values: '[{"name": "PR_URL", "value": "https://www.codeforlife.education/"}]' # TODO: real url