From 20f02aafbd6e7452ee27b2489fe4989725b8e08d Mon Sep 17 00:00:00 2001 From: Alek Kim Date: Mon, 13 Jul 2026 12:47:01 +0900 Subject: [PATCH] cicd: add missing credentials --- .github/workflows/workflow.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 3765d91..47b3c60 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -3,6 +3,10 @@ on: tags: - '*.*.*' +permissions: + contents: read + packages: write + jobs: build: runs-on: ubuntu-latest