[meta] Update workflow permissions (#5505)
Continuation of https://github.com/ente-io/ente/pull/5456
This commit is contained in:
2
.github/workflows/server-publish-ghcr.yml
vendored
2
.github/workflows/server-publish-ghcr.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write # for pushing the `ghcr/server` branch
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
|
||||
2
.github/workflows/web-publish-ghcr.yml
vendored
2
.github/workflows/web-publish-ghcr.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
contents: write # for pushing the `ghcr/web` branch
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user