From 9539d82225728fa8c2876b0963c6b911752d2399 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:02:41 +0900 Subject: [PATCH] New release workflow See: - https://guides.rubygems.org/trusted-publishing/releasing-gems/ - https://github.com/ybiquitous/.github/pull/31 --- .github/workflows/release.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b241f6d..af067ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,10 +2,6 @@ name: Release on: workflow_dispatch: - inputs: - otp: - description: "One-time password for RubyGems.org" - required: true concurrency: group: ${{ github.workflow }} @@ -13,8 +9,4 @@ concurrency: jobs: release: - uses: ybiquitous/.github/.github/workflows/ruby-release-reusable.yml@main - with: - otp: ${{ github.event.inputs.otp }} - secrets: - api-key: ${{ secrets.GEM_HOST_API_KEY }} + uses: ybiquitous/.github/.github/workflows/ruby-release-reusable.yml@new-ruby-release # TODO: Switch to @main