Skip to content

Commit

Permalink
- add auth via github app
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRosier committed Dec 19, 2023
1 parent f47c318 commit 04d7c3d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/autoformat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,14 @@ jobs:
src: "."
jupyter: true

- name: Generate token
id: generate_token
uses: tibdex/github-app-token@b62528385c34dbc9f38e5f4225ac829252d1ea92
with:
app_id: ${{ secrets.BOT_APP_ID }}
private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v5
env:
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}

0 comments on commit 04d7c3d

Please sign in to comment.