Skip to content

Commit

Permalink
Add counter
Browse files Browse the repository at this point in the history
print

fix name
  • Loading branch information
SoloJacobs committed Sep 28, 2023
1 parent b31447d commit f91a4c2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ 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
1 change: 1 addition & 0 deletions counter
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0

0 comments on commit f91a4c2

Please sign in to comment.