[meta] Update workflow permissions

Continuation of https://github.com/ente-io/ente/pull/5456
This commit is contained in:
Manav Rathi
2025-04-02 13:31:44 +05:30
parent 0a1c1e441e
commit aadacda2f6
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ on:
workflow_dispatch:
permissions:
contents: read
contents: write # for pushing the `ghcr/server` branch
packages: write
jobs:

View File

@@ -8,7 +8,7 @@ on:
workflow_dispatch:
permissions:
contents: read
contents: write # for pushing the `ghcr/web` branch
packages: write
jobs: