From 56633ca830e525679b44992b24a14de87b7f72e2 Mon Sep 17 00:00:00 2001 From: Collin Barrett <6483057+collinbarrett@users.noreply.github.com> Date: Fri, 13 Jun 2025 21:50:37 -0500 Subject: [PATCH] refactor(web): action permissions --- .github/workflows/web.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 8955c470a..51752c80a 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -27,6 +27,7 @@ jobs: runs-on: ubuntu-latest permissions: + contents: read packages: write steps: @@ -55,6 +56,10 @@ jobs: runs-on: ubuntu-latest + permissions: + contents: read + packages: read + needs: build if: github.event_name == 'push' @@ -72,4 +77,4 @@ jobs: with: app-name: ${{ env.AZURE_WEBAPP_NAME }} publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE_APP_FILTERLISTS_WEB_PROD }} - images: ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_REPOSITORY }}:${{ env.CONTAINER_IMAGE_TAG_UNIQUE }} \ No newline at end of file + images: ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_REPOSITORY }}:${{ env.CONTAINER_IMAGE_TAG_UNIQUE }}