[master] 8e4fe6960 coverity: Pass the token to the action

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Mon Jan 31 10:11:04 UTC 2022


commit 8e4fe69608238ced243b3c6d564983d9e233b092
Author: Dridi Boukelmoune <dridi.boukelmoune at gmail.com>
Date:   Mon Jan 31 11:09:44 2022 +0100

    coverity: Pass the token to the action
    
    I somehow convinced myself that ${{ secrets.COVERITY_SCAN_TOKEN }} was
    the default value.

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index d2e045bcc..74f09ce19 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -30,5 +30,6 @@ jobs:
       - uses: vapier/coverity-scan-action at v0
         with:
           project: varnish
+          token: ${{ secrets.COVERITY_SCAN_TOKEN }}
           email: varnish-dev at varnish-cache.org
           build_language: c


More information about the varnish-commit mailing list