diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 146e34d..e6e7db1 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -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: | @@ -51,3 +51,4 @@ jobs: uses: ad-m/github-push-action@master with: branch: ${{ github.ref }} + github_token: ${{ secrets.GITHUB_TOKEN }}