From f1b9b318417087c93cba8ab9f1e1481d9b86657f Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Mon, 10 Jul 2023 16:03:30 -0400 Subject: [PATCH] use correct secret? --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d520019..d74760b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: uses: yettoapp/actions/.github/workflows/ruby_gem_release.yml@main secrets: rubygems_api_key: ${{ secrets.SISYPHUS_RUBYGEMS_API_KEY }} - gh_token: ${{ secrets.SISYPHUS_PUSH_TO_PROTECTED_BRANCH }} + gh_token: ${{ secrets.GH_SISYPHUS_YETTO_REPO_TOKEN }} with: gem_name: httpsensible version_filepath: lib/httpsensible/version.rb