gh workflow: use the github token

pull/4/head
Boris Faure 1 year ago
parent f1deb12784
commit 2c254526b9
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
  1. 2
      .github/workflows/coccinelle.yaml

@ -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

Loading…
Cancel
Save