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

[skywalking-swck] 01/01: Update go.yml

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

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-swck.git

commit b41494383468f2b38cd6a705cb985872dc40d8a1
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Fri Jul 8 21:45:24 2022 +0800

    Update go.yml
---
 .github/workflows/go.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 7152c6f..3112cb0 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -39,9 +39,7 @@ jobs:
       - name: Check out code into the Go module directory
         uses: actions/checkout@v2
       - name: Check License
-        uses: apache/skywalking-eyes@main
-        env:
-          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+        uses: apache/skywalking-eyes/header@501a28d2fb4a9b962661987e50cf0219631b32ff
       - name: Check
         run: make check
   build: