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

This commit is contained in:
Helder Moreira 2020-05-14 14:47:43 +01:00 committed by GitHub
parent bd90d6b344
commit 8dccc52035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

17
.github/workflows/update-qa.yml vendored Normal file
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 }}