From b3de21d4a5c7cc84fdbdad5beb573e87a36eae82 Mon Sep 17 00:00:00 2001 From: Philip-Larsen-Donnelly <35666657+Philip-Larsen-Donnelly@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:48:32 +0200 Subject: [PATCH] Update ARF.yml --- .github/workflows/ARF.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ARF.yml b/.github/workflows/ARF.yml index a2b477c3..41d2ff07 100644 --- a/.github/workflows/ARF.yml +++ b/.github/workflows/ARF.yml @@ -29,12 +29,12 @@ jobs: GITHUB_TOKEN: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }} - name: touch the updated file - run: ls -al website/data/app_releases.json + run: touch website/data/apphub.json website/data/app_releases.json shell: bash - name: Commit & Push changes uses: actions-js/push@master with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.DHIS2_BOT_GITHUB_TOKEN }}