diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 3a3bda5..be71bcb 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -79,6 +79,7 @@ jobs: - name: Update Report run: |- python repo_report.py "${{ matrix.repo_data.input_file }}" "${{ matrix.repo_data.output_file }}" + working-directory: api env: ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}