From cc728f27d5fb2ad598eae2bccc04ae5d75bc5be0 Mon Sep 17 00:00:00 2001 From: nerdCopter <56646290+nerdCopter@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:34:22 -0600 Subject: [PATCH] Github Actions - Link Artifacts in PR comments; annoyingly annoyed --- .github/workflows/build.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eab978a984..83dc31b091 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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: