Merge PR #6220: qa: add action to update qa page

This commit is contained in:
Helder Moreira
2020-05-14 09:47:43 -04:00
committed by GitHub
parent bd90d6b344
commit 8dccc52035
+17
View File
@@ -0,0 +1,17 @@
name: Update QA
on:
schedule:
- cron: "0 */12 * * *"
jobs:
build_deploy:
name: Update qa page
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v1
- name: Generate and upload golangci-lint results
uses: cosmos/tools/gh-actions/update-cosmos-qa@master
with:
github_token: ${{ secrets.TENDERBOT_TOKEN }}