Skip to content

Commit

Permalink
Merge pull request #34 from chizmw/use-personal-token-for-ghrelease
Browse files Browse the repository at this point in the history
Use personal token for ghrelease
  • Loading branch information
chizmw authored Jul 15, 2023
2 parents be55afd + dbff8c4 commit ce17291
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-suns-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'changesets-changelog-info': patch
---

use personal token for github release
4 changes: 3 additions & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.CHANGESETS_TOKEN }}

# we use ourself to get the information for the release
- name: Get Change Info
Expand Down

0 comments on commit ce17291

Please sign in to comment.