Skip to content

Commit

Permalink
chore(ci): pass env token
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Mar 20, 2024
1 parent 7073258 commit 30f23ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,6 @@ jobs:
git add .
git commit -m "chore(): update package lock files"
git push
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
shell: bash

0 comments on commit 30f23ae

Please sign in to comment.