From cbb04816d389e40c7134080fcf3ce58f8a52ee51 Mon Sep 17 00:00:00 2001 From: Stefan Tucker Date: Wed, 21 Feb 2024 13:37:22 -0600 Subject: [PATCH] MAUI YAML: Remove permissions statements. --- .github/workflows/maui.yml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/workflows/maui.yml b/.github/workflows/maui.yml index 91b8054..57b3105 100644 --- a/.github/workflows/maui.yml +++ b/.github/workflows/maui.yml @@ -34,9 +34,6 @@ on: - 'LICENSE' - 'CalculateX.png' -permissions: - contents: read - env: # Path to the solution file relative to the root of the project. SOLUTION_FILE_PATH: CalculateX/CalculateX.csproj @@ -115,15 +112,7 @@ jobs: needs: build runs-on: ubuntu-latest - permissions: - contents: write - steps: - - name: Check out repository - uses: actions/checkout@v4 - with: - fetch-depth: '0' - # Download publish artifact from previous job # https://github.com/marketplace/actions/download-a-build-artifact - name: Download deployment folder as a build artifact @@ -135,7 +124,7 @@ jobs: # Delete publish artifact so it does not count against storage # https://github.com/marketplace/actions/delete-artifact - name: Delete build artifact - uses: GeekyEggo/delete-artifact@v4 + uses: GeekyEggo/delete-artifact@v4.1.0 with: name: ${{env.ARTIFACT_PACKAGE}} failOnError: false