Release v1.0.6
Changes in this Release:
- π Update GitHub token usage in action workflow
π οΈ Enhance security and flexibility of the action:
- π Replace
${{ secrets.GITHUB_TOKEN }}
with${{ inputs.github_token }}
- π·οΈ Update token usage in 'Bump Version and Push Tag' step
- π¦ Modify token input for 'Create a GitHub Release' step
- π Improve control over token permissions and scope
- π Allow users to provide custom GitHub tokens for extended capabilities