From bc970ddab7d3dba1c2f81e4c75e61f6016bf8811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EC=84=B1=EB=B9=88?= Date: Sun, 31 Aug 2025 14:10:38 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EA=B6=8C=ED=95=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/backend-ci-deploy.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/backend-ci-deploy.yml b/.github/workflows/backend-ci-deploy.yml index d0a172c..5a19987 100644 --- a/.github/workflows/backend-ci-deploy.yml +++ b/.github/workflows/backend-ci-deploy.yml @@ -6,6 +6,10 @@ on: - main - develop +permissions: + id-token: write + contents: read + jobs: build: runs-on: ubuntu-latest