Skip to content

Commit

Permalink
Merge pull request #11 from awendt/fix-github-token
Browse files Browse the repository at this point in the history
fix: use GITHUB_TOKEN out-of-the-box
  • Loading branch information
awendt authored Nov 9, 2024
2 parents 1b39721 + 503d30e commit 7d273f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gh-cleanup-notifications
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ if ! type -p node >/dev/null; then
exit 1
fi

export GITHUB_TOKEN=$(gh auth token)

exec node index.js "$@"

0 comments on commit 7d273f9

Please sign in to comment.