Skip to content

Commit

Permalink
Update ARF.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Larsen-Donnelly authored Oct 10, 2023
1 parent 6e57bc4 commit b3de21d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ARF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}


0 comments on commit b3de21d

Please sign in to comment.