This commit is contained in:
Bethany
2023-08-09 12:09:17 -07:00
parent b851b70474
commit 08d6314f7c
2 changed files with 12 additions and 10 deletions

View File

@@ -11,7 +11,9 @@ interface ActionsToken {
scp: string
}
const InvalidJwtError = new Error('Failed to get backend IDs: The provided JWT token is invalid')
const InvalidJwtError = new Error(
'Failed to get backend IDs: The provided JWT token is invalid'
)
// uses the JWT token claims to get the
// workflow run and workflow job run backend ids