You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eventmesh.apache.org by GitBox <gi...@apache.org> on 2021/04/23 06:13:00 UTC

[GitHub] [incubator-eventmesh] kezhenxu94 edited a comment on issue #310: Add Github Action for check licenses

kezhenxu94 edited a comment on issue #310:
URL: https://github.com/apache/incubator-eventmesh/issues/310#issuecomment-825415094


   Hi @liangyuanpeng , thanks for your work, I saw that you set a personal token
   
   https://github.com/liangyuanpeng/incubator-eventmesh/blob/ca40d049c6aa5584f07f4aa21febb42d586e3b2a/.github/workflows/maven.yml#L28
   
   which is not necessary and is not allow as per ASF policy, all you need is to do is using the built-in token `${{ secrets.GITHUB_TOKEN }}` like this
   
   ```
         - name: Check License Header
           uses: apache/skywalking-eyes@main
           env:
             GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@eventmesh.apache.org
For additional commands, e-mail: dev-help@eventmesh.apache.org