Skip to content

Commit

Permalink
add authentication via app
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Oct 25, 2023
1 parent 02d5d87 commit 97f66d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/update_dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
with:
lfs: true

- uses: tibdex/github-app-token@v1
id: generate-token
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}

# Use cached python and dependencies, install poetry
- name: "Setup Python, Poetry and Dependencies"
uses: packetcoders/action-setup-cache-python-poetry@main
Expand All @@ -30,6 +36,7 @@ jobs:
poetry run poetry update
status=$(git status | grep poetry.lock)
echo "status=$status" >> $GITHUB_OUTPUT
echo $status
# create pull request if necessary
- name: "Create Pull Request"
Expand Down

0 comments on commit 97f66d4

Please sign in to comment.