Skip to content

Commit

Permalink
Merge pull request #326 from signalwire/lucasmellos-patch-5
Browse files Browse the repository at this point in the history
Update teleport agent
lucasmellos authored Oct 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 58346f6 + e92a8df commit 0a5215d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/teleport/action.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ description: Proxy requests using Teleport
inputs:
TELEPORT_VERSION:
required: false
default: 14.0.0
default: 15.3.7
description: The teleport binary client version
JOIN_METHOD:
required: false
@@ -118,4 +118,4 @@ runs:
# valid for. This is optional and defaults to "1h"
certificate-ttl: 1h
# Specify the name of the application you wish to access.
app: ${{ inputs.TELEPORT_APP }}
app: ${{ inputs.TELEPORT_APP }}

0 comments on commit 0a5215d

Please sign in to comment.