From 8466a2def41645781687f8ac818a859f456faf71 Mon Sep 17 00:00:00 2001 From: Justin Willis Date: Tue, 13 Feb 2024 10:45:13 -0800 Subject: [PATCH] Trying permissions again --- .github/workflows/pwabuilder-main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pwabuilder-main.yml b/.github/workflows/pwabuilder-main.yml index 8d1f27d37..dba6833aa 100644 --- a/.github/workflows/pwabuilder-main.yml +++ b/.github/workflows/pwabuilder-main.yml @@ -72,10 +72,10 @@ jobs: runs-on: ubuntu-latest permissions: actions: read - contents: read - deployments: read - packages: none - pull-requests: write + contents: write + deployments: write + packages: write + pull-requests: read name: Generate Release including changelog steps: