Skip to content

Commit

Permalink
Test ccc
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJacobs committed Sep 28, 2023
1 parent 545e7a7 commit f631cf5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ jobs:
CLAssistant:
runs-on: ubuntu-latest
steps:
- name: "TEST"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# the below token should have repo scope and must be manually added by you in the repository's secret
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |
echo "The secret is $PERSONAL_ACCESS_TOKEN"
- name: "CLA Assistant"
if: (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
uses: contributor-assistant/[email protected]
Expand Down

0 comments on commit f631cf5

Please sign in to comment.