This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository terminology.

View the commit online.

commit 2c254526b9aa867d64f6a63954bc3fccf35297bf
Author: Boris Faure <[email protected]>
AuthorDate: Sat Jun 18 21:05:00 2022 +0200

    gh workflow: use the github token
---
 .github/workflows/coccinelle.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coccinelle.yaml b/.github/workflows/coccinelle.yaml
index ab31b2f..a79c814 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to