diff --git a/.github/workflows/versioning-workflow.yml b/.github/workflows/versioning-workflow.yml index 6cafd052..4c656d3e 100644 --- a/.github/workflows/versioning-workflow.yml +++ b/.github/workflows/versioning-workflow.yml @@ -30,5 +30,5 @@ jobs: run: npm audit signatures - name: Release env: - GH_TOKEN: ${{ secrets.TOKEN }} + GH_TOKEN: ${{ secrets.GH_TOKEN }} run: npx semantic-release \ No newline at end of file