Skip to content

Commit 34dab84

Browse files
committed
ci: fix missing semantic release github token
1 parent dff04ca commit 34dab84

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/semantic-release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,6 @@ jobs:
4040
run: npm audit signatures
4141

4242
- name: Run Semantic Release
43+
env:
44+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4345
run: npx semantic-release

0 commit comments

Comments
 (0)