You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/09/13 14:02:35 UTC

[GitHub] [dubbo-getty] watermelo commented on a change in pull request #47: Ftr: Migrate travis Ci to GithubActions

watermelo commented on a change in pull request #47:
URL: https://github.com/apache/dubbo-getty/pull/47#discussion_r487533333



##########
File path: .github/workflows/github-actions.yml
##########
@@ -0,0 +1,104 @@
+name: CI
+
+on:
+  push:
+    branches: [ master ]
+  pull_request:
+    branches: "*"
+
+jobs:
+
+  build:
+    name: Build
+    runs-on: ${{ matrix.os }}
+    strategy:
+      matrix:
+        go_version:
+          - 1.13
+        os:
+          - ubuntu-latest
+
+    env:
+      DING_TOKEN: db178ff8c63cdc1b9ae0b86f7c4006ddf35e0249f4ae03441d80e55fdc600419

Review comment:
       Should not be exposed here, Is there any other way to set it?




----------------------------------------------------------------
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