From 88c6f88058a04b5c41504e44c47a1ee2b5686d61 Mon Sep 17 00:00:00 2001 From: Justin Hart Date: Fri, 5 May 2023 08:51:35 -0700 Subject: [PATCH] [release] 0.6.0 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d61e06..d8db573 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,7 +71,7 @@ jobs: ruby-version: 3.2 bundler-cache: true - name: Publish + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token run: |- - mkdir -p ~/.ssh - ssh-keyscan -H github.com >> ~/.ssh/known_hosts bundle exec ./ci-helpers/gem_helper publish