diff options
| -rw-r--r-- | .github/workflows/format_push.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/regen_push.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/format_push.yml b/.github/workflows/format_push.yml index ea60fc95b4..c861b2c111 100644 --- a/.github/workflows/format_push.yml +++ b/.github/workflows/format_push.yml | |||
| @@ -47,7 +47,7 @@ jobs: | |||
| 47 | git config user.email 'hello@qmk.fm' | 47 | git config user.email 'hello@qmk.fm' |
| 48 | 48 | ||
| 49 | - name: Create Pull Request | 49 | - name: Create Pull Request |
| 50 | uses: peter-evans/create-pull-request@v6 | 50 | uses: peter-evans/create-pull-request@v7 |
| 51 | if: ${{ github.repository == 'qmk/qmk_firmware'}} | 51 | if: ${{ github.repository == 'qmk/qmk_firmware'}} |
| 52 | with: | 52 | with: |
| 53 | token: ${{ secrets.QMK_BOT_TOKEN }} | 53 | token: ${{ secrets.QMK_BOT_TOKEN }} |
diff --git a/.github/workflows/regen_push.yml b/.github/workflows/regen_push.yml index 0f01411141..9a05a9461d 100644 --- a/.github/workflows/regen_push.yml +++ b/.github/workflows/regen_push.yml | |||
| @@ -34,7 +34,7 @@ jobs: | |||
| 34 | git config user.email 'hello@qmk.fm' | 34 | git config user.email 'hello@qmk.fm' |
| 35 | 35 | ||
| 36 | - name: Create Pull Request | 36 | - name: Create Pull Request |
| 37 | uses: peter-evans/create-pull-request@v6 | 37 | uses: peter-evans/create-pull-request@v7 |
| 38 | if: ${{ github.repository == 'qmk/qmk_firmware'}} | 38 | if: ${{ github.repository == 'qmk/qmk_firmware'}} |
| 39 | with: | 39 | with: |
| 40 | token: ${{ secrets.QMK_BOT_TOKEN }} | 40 | token: ${{ secrets.QMK_BOT_TOKEN }} |
