diff --git a/.github/workflows/pip_compile.yml b/.github/workflows/pip_compile.yml index 1b666a56..5efe9da9 100644 --- a/.github/workflows/pip_compile.yml +++ b/.github/workflows/pip_compile.yml @@ -29,6 +29,10 @@ jobs: pip-compile --output-file=requirements.txt pyproject.toml --upgrade - name: Checkout and commit + with: + ref: main + repository: equinor/isar-robot + ssh-key: ${{ secrets.deploy_key }} run: | git config --global user.name "GitHub Actions (${{ github.event.release.author.login }})" git add requirements.txt