diff --git a/.github/workflows/coccinelle.yaml b/.github/workflows/coccinelle.yaml index ab31b2f0..a79c8142 100644 --- a/.github/workflows/coccinelle.yaml +++ b/.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