You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/07/08 14:16:09 UTC

[skywalking-python] branch master updated: Update CI.yaml (#221)

This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/master by this push:
     new ecc1f83  Update CI.yaml (#221)
ecc1f83 is described below

commit ecc1f8317a6dabb9bf1a4630272d015b0e1df1a4
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Jul 8 22:16:05 2022 +0800

    Update CI.yaml (#221)
---
 .github/workflows/CI.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/CI.yaml b/.github/workflows/CI.yaml
index e0fb3af..e8bb75d 100644
--- a/.github/workflows/CI.yaml
+++ b/.github/workflows/CI.yaml
@@ -40,9 +40,7 @@ jobs:
         with:
           submodules: true
       - name: Check License
-        uses: apache/skywalking-eyes@main
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+        uses: apache/skywalking-eyes/header@501a28d2fb4a9b962661987e50cf0219631b32ff
       - name: Lint codes
         run: make lint