Skip to content

Commit

Permalink
fix(ci): add GH push ability to build bot
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis committed Jun 2, 2021
1 parent 029b429 commit e50edf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN }}
- name: Use Node.js
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit e50edf6

Please sign in to comment.