Skip to content

Commit

Permalink
Add RIBBY_GITHUB_TOKEN to env
Browse files Browse the repository at this point in the history
  • Loading branch information
mesaugat committed May 3, 2024
1 parent 48a35ab commit cce9225
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ jobs:
gem install github_changelog_generator
- name: Run release script
env:
RIBBY_GITHUB_TOKEN: ${{ secrets.RIBBY_GITHUB_TOKEN }}
run: ./release.sh compare_and_release

- name: Deploy to NPM
Expand Down

0 comments on commit cce9225

Please sign in to comment.