From 1bda356b4ede61d88a38f920b7ec12f636dc7378 Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Thu, 29 Jul 2021 13:04:36 -0400 Subject: [PATCH] use the osc_robot secret --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 28bf30df8..a139a60d0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: mkdir -p ~/.gem cat << EOF > ~/.gem/credentials --- - :rubygems_api_key: ${{secrets.OSC_RUBYGEMS_API_KEY}} + :rubygems_api_key: ${{ secrets.OSC_ROBOT_RUBYGEMS_TOKEN }} EOF chmod 0600 ~/.gem/credentials