CI: Add Codecov token (#13999)

Commit: 
https://github.com/vim/vim/commit/bd2f45a6e530df91ad07d49967ff148eb8a1c1e1
Author: K.Takata <ken...@csc.jp>
Date:   Sat Feb 10 02:18:11 2024 +0900

    CI: Add Codecov token (https://github.com/vim/vim/issues/13999)
    
    codecov-action@4 requires a token.
    Add it to the repository secrets.
    
    See: https://github.com/vim/vim/pull/13978#issuecomment-1935336624
    
    Signed-off-by: Ken Takata <ken...@csc.jp>
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0d34658a7..2746605d2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -289,6 +289,7 @@ jobs:
         uses: codecov/codecov-action@v4
         with:
           flags: linux,${{ matrix.features }}-${{ matrix.compiler }}-${{ 
matrix.extra }}
+          token: ${{ secrets.CODECOV_TOKEN }}
 
       - name: ASan logs
         if: contains(matrix.extra, 'asan') && !cancelled()
@@ -681,3 +682,4 @@ jobs:
         with:
           directory: src
           flags: windows,${{ matrix.toolchain }}-${{ matrix.arch }}-${{ 
matrix.features }}
+          token: ${{ secrets.CODECOV_TOKEN }}

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1rYUhT-005SyN-5b%40256bit.org.

Reply via email to