Skip to content

Tags: Link-/gh-token

Tags

v2.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump github.com/urfave/cli/v2 from 2.25.7 to 2.27.5 (#46)

Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.25.7 to 2.27.5.
- [Release notes](https://github.com/urfave/cli/releases)
- [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md)
- [Commits](urfave/cli@v2.25.7...v2.27.5)

---
updated-dependencies:
- dependency-name: github.com/urfave/cli/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com>

v2.0.3

Respect go version in go.mod

v2.0.2

Verified

This commit was signed with the committer’s verified signature.
Link- Bassem Dghaidi
Extract token

v2.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix base64-key parameter (#30)

v2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rewrite CLI in Go (#24)

* Rewrite CLI in Go

Signed-off-by: Brett Logan <lindluni@github.com>

* Update flag names and aliases to preserve backwards compatibility

Signed-off-by: Brett Logan <lindluni@github.com>

* Update image

Signed-off-by: Brett Logan <lindluni@github.com>

* Update deps

Signed-off-by: Brett Logan <lindluni@github.com>

* Adjust newlines

Signed-off-by: Brett Logan <lindluni@github.com>

* Reorder variable declaration

Signed-off-by: Brett Logan <lindluni@github.com>

* Add makefile

* Remove funding

* Add updated banner

* Return empty array if are no installations

* Default the jwt duration to 10 minutes if not provided or outside of boundaries

* Fix malformatted token response

* Fix README

---------

Signed-off-by: Brett Logan <lindluni@github.com>
Co-authored-by: Bassem Dghaidi <568794+Link-@users.noreply.github.com>