Skip to content

Commit 4673a86

Browse files
committed
fix(workflow): Update semantic-release token.
1 parent 7920471 commit 4673a86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/semantic-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
# Create a new release using the rules in .releaserc.yml
3636
- name: Release
3737
env:
38-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38+
GH_TOKEN: ${{ secrets.V2BUILDTOKEN }}
3939
run: npx semantic-release
4040
#if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)