From 5de424bf8e90a23fc8544b9a5f12f6c4a49b9495 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Mon, 18 May 2026 08:56:22 +0700 Subject: [PATCH] ci: add write permission for packages to GHCR pushing --- .github/workflows/deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b13b54c..dd97679 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,6 +5,10 @@ on: branches: - main +permissions: + contents: read + packages: write + jobs: test: runs-on: ubuntu-latest