diff --git a/.github/workflows/fetchAgencyCodeJSON.yml b/.github/workflows/fetchAgencyCodeJSON.yml index 1303cece..24023059 100644 --- a/.github/workflows/fetchAgencyCodeJSON.yml +++ b/.github/workflows/fetchAgencyCodeJSON.yml @@ -29,7 +29,7 @@ jobs: restore-keys: | ${{ runner.os }}-pip- - run: pip install -r scripts/requirements.txt - - run: python scripts/pull-public-assets.py + - run: python scripts/pull_all_assets.py env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - run: | @@ -42,4 +42,5 @@ jobs: - name: Push to ${{ github.ref_name }} uses: CasperWA/push-protected@v2 with: + token: ${{ secrets.FETCH_TOKEN }} branch: ${{ github.ref_name }} \ No newline at end of file