Skip to content

Commit

Permalink
Update formatting.yml
Browse files Browse the repository at this point in the history
add deploy key to allow write access for this action
  • Loading branch information
KDercksen authored Nov 14, 2023
1 parent d4562e1 commit 36f0291
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v3
name: Checkout repository
with:
ssh-key: ${{secrets.DEPLOY_KEY}}

- name: Configure Git
run: |
Expand Down

0 comments on commit 36f0291

Please sign in to comment.