Skip to content

Commit

Permalink
Github Actions - Link Artifacts in PR comments; annoyingly annoyed
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdCopter committed Feb 26, 2024
1 parent 3ace0ee commit cc728f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ on:
name: Build EmuFlight
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
permissions: write-all
#permissions:
# id-token: write
# contents: read
# issues: write
# pull-requests: write

jobs:
build:
continue-on-error: false
Expand Down Expand Up @@ -139,13 +146,6 @@ 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
runs-on: ubuntu-latest
continue-on-error: false
steps:
Expand Down

0 comments on commit cc728f2

Please sign in to comment.