Skip to content

Commit

Permalink
No need for separate auth token.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajtucker committed Jun 3, 2024
1 parent 437124e commit 2213180
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: "make publish"

0 comments on commit 2213180

Please sign in to comment.