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
Copy file name to clipboardExpand all lines: action.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,9 @@ inputs:
5
5
output_file:
6
6
description: "A path (relative to the root of your repo) to where you would like the diagram to live. For example: images/diagram.svg. Default: diagram.svg"
7
7
required: false
8
+
github_token:
9
+
description: "We need your GitHub token to update the diagram. Specify it like: with: github_token: ${{ secrets.GITHUB_TOKEN }}"
0 commit comments