Skip to content

Commit

Permalink
Reference secret in failing step
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindsjovold committed Mar 21, 2024
1 parent 055e48e commit 9c78582
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pip_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c78582

Please sign in to comment.