diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index fcc33ca23..28a3ba5ba 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -341,5 +341,8 @@ jobs: with: commit: ${{ (github.event.pull_request_target || github.event.pull_request).head.sha }} repo-token: ${{ secrets.GITHUB_TOKEN }} - artifacts-branch: artifacts + artifacts-token: ${{ secrets.ARTIFACTS_TOKEN }} + artifacts-repo: meshtastic/artifacts + artifacts-branch: device + artifacts-dir: pr artifacts: ./firmware-${{ steps.version.outputs.version }}.zip