From aadacda2f6007e5756a41e8368817cd75f92e4fc Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 2 Apr 2025 13:31:44 +0530 Subject: [PATCH] [meta] Update workflow permissions Continuation of https://github.com/ente-io/ente/pull/5456 --- .github/workflows/server-publish-ghcr.yml | 2 +- .github/workflows/web-publish-ghcr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/server-publish-ghcr.yml b/.github/workflows/server-publish-ghcr.yml index 1d2e059208..3206f31751 100644 --- a/.github/workflows/server-publish-ghcr.yml +++ b/.github/workflows/server-publish-ghcr.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: permissions: - contents: read + contents: write # for pushing the `ghcr/server` branch packages: write jobs: diff --git a/.github/workflows/web-publish-ghcr.yml b/.github/workflows/web-publish-ghcr.yml index b69a75977f..d03e28f7c5 100644 --- a/.github/workflows/web-publish-ghcr.yml +++ b/.github/workflows/web-publish-ghcr.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: permissions: - contents: read + contents: write # for pushing the `ghcr/web` branch packages: write jobs: