Skip to content

Tags: octo-sts/action

Tags

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Don't try to parse response as JSON if it is an error. (#37)

If we get an error, this will often be a plain text string, and gets
obfuscated by the attempted json parsing. Return it as-is so we can read
it in full.

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add scopes parameter (#34)

related to octo-sts/app#1008

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
use await instead of then (#10)

Signed-off-by: Jason Hall <jason@chainguard.dev>