Skip to content

Commit

Permalink
MAUI YAML: Remove permissions statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
skst committed Feb 21, 2024
1 parent 830f25d commit cbb0481
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit cbb0481

Please sign in to comment.