From 221318017e93420bef157315765c81d17c8ec929 Mon Sep 17 00:00:00 2001 From: Alex Tucker Date: Mon, 3 Jun 2024 18:14:09 +0100 Subject: [PATCH] No need for separate auth token. --- .github/workflows/publish.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e060359..88f4c3f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -14,10 +14,4 @@ jobs: fetch-depth: 0 - name: "Publish gem" - shell: bash - run: | - mkdir ~/.gem - echo '---' > ~/.gem/credentials - echo ':github: Bearer ${{ secrets.GIT_REPOSITORY_FULL_ACCESS_PAT }}' >> ~/.gem/credentials - chmod 0600 ~/.gem/credentials - make publish \ No newline at end of file + run: "make publish" \ No newline at end of file