diff --git a/.github/workflows/update-qa.yml b/.github/workflows/update-qa.yml new file mode 100644 index 000000000..2f608a49c --- /dev/null +++ b/.github/workflows/update-qa.yml @@ -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 }}