Skip to content

Commit 4547b4f

Browse files
author
Amelia Wattenbeger
committed
dont use secrets from yml
1 parent a71a1e8 commit 4547b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ inputs:
66
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"
77
required: false
88
github_token:
9-
description: "We need your GitHub token to update the diagram. Specify it like: with: github_token: ${{ secrets.GITHUB_TOKEN }}"
9+
description: "We need your GitHub token to update the diagram."
1010
required: true
1111
runs:
1212
using: "node12"

0 commit comments

Comments
 (0)