Skip to content

Commit

Permalink
Add GITHUB_TOKEN to release command
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Dec 28, 2020
1 parent b9581bf commit 3590066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: lsegal/github-release-from-changelog-action@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Publish RubyGem
uses: dawidd6/action-publish-gem@v1
with:
Expand Down

0 comments on commit 3590066

Please sign in to comment.