You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **github_token** _(optional)_ - GitHub token for permission to tag the repo (default:`${{github.token}}`).
33
+
- **github_token** _(required)_ - Required for permission to tag the repo. Usually`${{ secrets.GITHUB_TOKEN }}`.
32
34
- **commit_sha** _(optional)_ - The commit SHA value to add the tag. If specified, it uses this value instead GITHUB_SHA. It could be useful when a previous step merged a branch into github.ref.
0 commit comments