Skip to content

Commit 343a5a8

Browse files
author
Amelia Wattenbeger
committed
use octokit
1 parent ad031b1 commit 343a5a8

File tree

6 files changed

+4663
-58
lines changed

6 files changed

+4663
-58
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ A path (relative to the root of your repo) to where you would like the diagram t
1313
```
1414
uses: githubocto/[email protected]
1515
with:
16+
github_token: ${{ secrets.GITHUB_TOKEN }}
1617
output_file: 'images/diagram.svg'
1718
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ runs:
1010
main: "index.js"
1111
branding:
1212
color: "purple"
13-
icon: "download-cloud"
13+
icon: "target"

0 commit comments

Comments
 (0)