From b974025f3545e6bfd6a0ea3877de65c370a635be Mon Sep 17 00:00:00 2001 From: Kiyoon Kim Date: Wed, 25 Dec 2024 23:09:21 +0900 Subject: [PATCH] fix: deploy --- .github/workflows/commit-changelog-and-release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/commit-changelog-and-release.yml b/.github/workflows/commit-changelog-and-release.yml index d8bfd88..d1aed76 100644 --- a/.github/workflows/commit-changelog-and-release.yml +++ b/.github/workflows/commit-changelog-and-release.yml @@ -24,10 +24,6 @@ on: type: string default: .github/workflows/deploy.yml -permissions: - contents: write - pull-requests: write - jobs: dry-run: if: ${{ inputs.dry-run == true }}