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