Add Artifact Link to PR #233
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Add Artifact Link to PR | |
| on: | |
| workflow_run: | |
| workflows: ['Build Firmware'] | |
| types: [completed] | |
| jobs: | |
| comment-action: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Link Artifacts via action | |
| uses: stylesuxx/link-artifacts-in-pr-action@v1 | |
| with: | |
| token: ${{ secrets.GITHUB_TOKEN }} | |
| whitelist: "[]" |