From ca21e8b2bf1062cbd099f06d14dbad05859f0741 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 6 Mar 2022 08:50:42 -0600 Subject: [PATCH] New PR artifacts upload scheme --- .github/workflows/main_matrix.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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