diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/develop_docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/develop_docs.yml b/.github/workflows/develop_docs.yml index 4c569da3f8..0e3e1b378e 100644 --- a/.github/workflows/develop_docs.yml +++ b/.github/workflows/develop_docs.yml | |||
| @@ -22,7 +22,7 @@ jobs: | |||
| 22 | steps: | 22 | steps: |
| 23 | - name: Deploy Develop | 23 | - name: Deploy Develop |
| 24 | if: ${{ github.repository == 'qmk/qmk_firmware' }} | 24 | if: ${{ github.repository == 'qmk/qmk_firmware' }} |
| 25 | uses: actions/github-script@v6 | 25 | uses: actions/github-script@v8 |
| 26 | with: | 26 | with: |
| 27 | github-token: ${{ secrets.QMK_BOT_TOKEN }} | 27 | github-token: ${{ secrets.QMK_BOT_TOKEN }} |
| 28 | script: | | 28 | script: | |
