From f18c1fd7608a15f3597225526343bdae55f0f729 Mon Sep 17 00:00:00 2001 From: Hanbyul Jo Date: Thu, 19 Dec 2024 14:28:52 -0500 Subject: [PATCH] Add comment --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb14902e5..07c88ebf1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,8 @@ on: permissions: contents: write +# This action requires a GitHub app with content write access installed +# to bypass the main branch protection rule and dispatch the event to a different repo jobs: release: runs-on: ubuntu-latest