Skip to content

Commit

Permalink
Github Actions - Link Artifacts in PR comments; annoyingly running ou…
Browse files Browse the repository at this point in the history
…t of ideas
  • Loading branch information
nerdCopter committed Feb 26, 2024
1 parent fac6ab2 commit 3ace0ee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
types: [build]

name: Build EmuFlight
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
continue-on-error: false
Expand Down Expand Up @@ -137,12 +139,13 @@ jobs:
artifacts:
if: github.event_name == 'pull_request'
needs: build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions:
id-token: write
contents: read
issues: write
pull-requests: write
#permissions: write-all
runs-on: ubuntu-latest
continue-on-error: false
steps:
Expand Down

0 comments on commit 3ace0ee

Please sign in to comment.