File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,13 +17,15 @@ steps:
1717 uses : NVIDIA/dsx-github-actions/.github/actions/git-tag@main
1818 with :
1919 tag : " v1.0.0"
20+ github_token : ${{ secrets.GITHUB_TOKEN }}
2021` ` `
2122
2223## Inputs
2324
2425| Input | Description | Required | Default |
2526| :--- | :--- | :--- | :--- |
2627| ` tag` | The tag name to create and push. | `true` | N/A |
28+ | `github_token` | GitHub token for git authentication. Use a PAT to trigger subsequent workflows. | `true` | N/A |
2729
2830# # Behavior
2931
Original file line number Diff line number Diff line change 55 description : " The tag name to create and push"
66 required : true
77 github_token :
8- description : " GitHub token for git tag"
8+ description : " GitHub token for git tag. Use a PAT to trigger subsequent workflows. "
99 required : true
1010runs :
1111 using : " composite"
You can’t perform that action at this time.
0 commit comments