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 3038d8c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/update-standing-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ 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 }}
GOOGLE_API_KEY: ${{ secrets.SHEETSAPIKEY }}
SD_USERNAME: ${{ secrets.SD_USERNAME }}
SD_PASSWORD: ${{ secrets.SD_PASSWORD }}
Expand All @@ -31,8 +27,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 3038d8c

Please sign in to comment.