From 53d47146b2d81d9dbc2b4b8683c662b4478bdec5 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 6 Mar 2022 07:38:55 -0600 Subject: [PATCH] Attempt to push artifacts to another repo --- .github/workflows/main_matrix.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index 54215f2ea..bbc51b8dc 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -331,12 +331,15 @@ jobs: name: debug-elfs-${{ steps.version.outputs.version }}.zip path: ./*.elf retention-days: 90 - + - name: Create request artifacts if: ${{ github.event_name == 'pull_request_target' || github.event_name == 'pull_request' }} uses: gavv/pull-request-artifacts@v1.0.0 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