We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2acc3d2 commit 90d1ed9Copy full SHA for 90d1ed9
.github/workflows/line-count.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout repository
13
uses: actions/checkout@v2
14
with:
15
- token: ${{ secrets.Test }}
+ token: ${{ secrets.GITHUB_TOKEN }}
16
17
- name: Install cloc
18
run: sudo apt-get install cloc
0 commit comments