Skip to content

Commit

Permalink
comment on PR with artifact link (#4896)
Browse files Browse the repository at this point in the history
  • Loading branch information
scruplelesswizard authored Sep 29, 2024
1 parent 2339621 commit 7e0665a
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/main_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,17 +235,11 @@ jobs:
path: ./*.elf
retention-days: 30

- name: Create request artifacts
continue-on-error: true # FIXME: Why are we getting 502, but things still work?
if: ${{ github.event_name == 'pull_request_target' || github.event_name == 'pull_request' }}
uses: gavv/[email protected]
- uses: PicoCentauri/comment-artifact@main
with:
commit: ${{ (github.event.pull_request_target || github.event.pull_request).head.sha }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
artifacts-token: ${{ secrets.ARTIFACTS_TOKEN }}
artifacts-repo: meshtastic/artifacts
artifacts-branch: device
artifacts: ./firmware-${{ steps.version.outputs.version }}.zip
name: firmware-${{ steps.version.outputs.version }}
description: "Download firmware-${{ steps.version.outputs.version }}.zip. This artifact will be available for 90 days from creation"
github-token: ${{ secrets.GITHUB_TOKEN }}

release-artifacts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7e0665a

Please sign in to comment.