Skip to content

Commit

Permalink
Update formatting.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KDercksen authored Nov 14, 2023
1 parent eba6e63 commit 5cbbb31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
name: Checkout repository
with:
ssh-key: ${{secrets.DEPLOY_KEY}}
ssh-key: ${{ secrets.DEPLOY_KEY }}

- name: Configure Git
run: |
Expand Down Expand Up @@ -51,3 +51,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
branch: ${{ github.ref }}
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5cbbb31

Please sign in to comment.