Skip to content

Commit

Permalink
feat: add support for GITHUB_READ_TOKEN for remote repos (z0al#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbrucker committed Jul 17, 2021
1 parent 70a1b2d commit ac87208
Show file tree
Hide file tree
Showing 8 changed files with 282 additions and 4,087 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
env:
# (Required) The token to use to make API calls to GitHub.
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# (Optional) The token to use to make API calls to GitHub for remote repos.
GITHUB_READ_TOKEN: ${{ secrets.GITHUB_READ_TOKEN }}
with:
# (Optional) The label to use to mark dependent issues
label: dependent
Expand Down
434 changes: 260 additions & 174 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions dist/licenses.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ac87208

Please sign in to comment.