gh workflow: use the github token

This commit is contained in:
Boris Faure 2022-06-18 21:05:00 +02:00
parent f1deb12784
commit 2c254526b9
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
1 changed files with 1 additions and 1 deletions

View File

@ -14,6 +14,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GIT_ACCESS_TOKEN }}
token: ${{ github.token }}
- name: coccinelle check
run: scripts/coccinelle/coccicheck.sh