Skip to content

Commit

Permalink
Use a proper GITHUB_TOKEN in release GH Action (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaklygin authored Jun 17, 2022
1 parent 87d58ab commit 9870b85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/empty-houses-drop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'davinci-github-actions': patch
---

Fix release GH Action
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
publish: yarn release
commit: 'chore: version packages'
env:
GITHUB_TOKEN: ${{ secrets.TOPTAL_BUILD_BOT_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Add no-jira label to "Version Package" PR
if: ${{ steps.changesets.outputs.published != 'true' }}
Expand Down

0 comments on commit 9870b85

Please sign in to comment.