Skip to content

Commit

Permalink
Update github action to use new standing data
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-fol committed Aug 21, 2024
1 parent 3c5241e commit 4c77ed6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/update-standing-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
name: Update standing data
runs-on: ubuntu-latest
env:
PNLD_DOWNLOAD_URL: ${{ secrets.PNLD_DOWNLOAD_URL }}
PNLD_LOGIN_URL: ${{ secrets.PNLD_LOGIN_URL }}
PNLD_PASSWORD: ${{ secrets.PNLD_PASSWORD }}
PNLD_USERNAME: ${{ secrets.PNLD_USERNAME }}
SD_USERNAME: ${{ secrets.SD_USERNAME }},
SD_PASSWORD: ${{ secrets.SD_PASSWORD }},
SD_END_POINT: $${{ secrets.SD_END_POINT }},
GOOGLE_API_KEY: ${{ secrets.SHEETSAPIKEY }}
SD_USERNAME: ${{ secrets.SD_USERNAME }}
SD_PASSWORD: ${{ secrets.SD_PASSWORD }}
Expand All @@ -31,8 +30,8 @@ jobs:
- name: Install dependencies
run: npm install

- name: Download offence code data files
run: npm run download-offence-code-data
- name: Download standing data from API
run: npm run download-standing-data

- name: Merge offence code data files
run: npm run merge-offence-data
Expand Down

0 comments on commit 4c77ed6

Please sign in to comment.