Skip to content

Commit

Permalink
Merge pull request #404 from dfinity/move-code-out-of-this-repo
Browse files Browse the repository at this point in the history
Update check_signed.yml
  • Loading branch information
cgundy authored Nov 22, 2023
2 parents 779fa4a + 04e3641 commit 14dc19d
Showing 1 changed file with 3 additions and 23 deletions.
26 changes: 3 additions & 23 deletions .github/workflows/check_signed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,6 @@ on:
issue_comment:

jobs:
check-signed:
name: Check CLA signed
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
repository: dfinity/public-workflows
- name: Install Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Dependencies
run: pip install -q -r requirements.txt
shell: bash
- name: Check CLA issue
run: |
export PYTHONPATH="$PWD/reusable_workflows/"
python reusable_workflows/check_cla/check_cla_issue.py
shell: bash
env:
GH_TOKEN: ${{ github.token }}
ISSUE_ID: ${{ github.event.issue.number }}
call-check-signed:
uses: dfinity/public-workflows/.github/workflows/check_cla_signed.yml@main
secrets: inherit

0 comments on commit 14dc19d

Please sign in to comment.