Skip to content

Commit aeebeda

Browse files
author
Amelia Wattenbeger
committed
remove octokit
1 parent 7f6440e commit aeebeda

File tree

6 files changed

+4
-4639
lines changed

6 files changed

+4
-4639
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ A GitHub Action that creates an SVG diagram of your repo.
44

55
## Inputs
66

7-
## `github_token` **required**
8-
9-
We need your GitHub token to update the diagram. Specify it like:
10-
`github_token: ${{ secrets.GITHUB_TOKEN }}`
11-
127
## `output_file`
138

149
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
@@ -18,6 +13,5 @@ A path (relative to the root of your repo) to where you would like the diagram t
1813
```
1914
uses: githubocto/[email protected]
2015
with:
21-
github_token: ${{ secrets.GITHUB_TOKEN }}
2216
output_file: 'images/diagram.svg'
2317
```

action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ inputs:
55
output_file:
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
8-
github_token:
9-
description: "We need your GitHub token to update the diagram."
10-
required: true
118
runs:
129
using: "node12"
1310
main: "index.js"

0 commit comments

Comments
 (0)