Skip to content

Commit 8d20149

Browse files
committed
fix: broken release pipeline
1 parent ce0ff75 commit 8d20149

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
docker:
2121
runs-on: ubuntu-latest
2222
needs: checkout
23+
env:
24+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2325
steps:
2426
- name: Checkout code
2527
uses: actions/checkout@v3

0 commit comments

Comments
 (0)