From a91d7a501557e13bf76c1a2cd70e02a6a2ccfb85 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Mon, 31 Jan 2022 22:07:39 +0300 Subject: [PATCH] Update arianaafgtv.com.yml --- .github/workflows/arianaafgtv.com.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/arianaafgtv.com.yml b/.github/workflows/arianaafgtv.com.yml index 7f6bbf11..f24d73d8 100644 --- a/.github/workflows/arianaafgtv.com.yml +++ b/.github/workflows/arianaafgtv.com.yml @@ -18,6 +18,12 @@ jobs: - run: NODE_OPTIONS=--insecure-http-parser node scripts/commands/load-cluster.js --timeout=30000 --cluster-id=1 - run: node scripts/commands/save-results.js - run: node scripts/commands/update-guides.js + - uses: tibdex/github-app-token@v1 + if: ${{ !env.ACT }} + id: create-app-token + with: + app_id: ${{ secrets.APP_ID }} + private_key: ${{ secrets.APP_PRIVATE_KEY }} - uses: JamesIves/github-pages-deploy-action@4.1.1 if: ${{ !env.ACT && github.ref == 'refs/heads/master' }} with: