From a0e74643a28783e2e14e60dce36046fb4535bf92 Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Mon, 8 Jan 2024 11:22:45 -0500 Subject: [PATCH] Update winget.yml to include read-all permissions block --- .github/workflows/winget.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 6d2691f..392287f 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -8,6 +8,7 @@ on: jobs: publish: runs-on: ubuntu-latest + permissions: read-all steps: - name: Extract version from tag