Skip to content

Commit 474ae75

Browse files
authored
Update simtest reference to new teleport instance (#22093)
## Description Moves the proxy server to teleport cloud and updates to newest teleport-actions/ auth --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] gRPC: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK:
1 parent 627c594 commit 474ae75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/simulator-nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636

3737
steps:
3838
- name: Install Teleport
39-
uses: teleport-actions/setup@176c25dfcd19cd31a252f275d579822b243e7b9c # pin@v1.0.6
39+
uses: teleport-actions/auth@d48447391aa28b202c98ae3f3358097025c32511 # pin@v2.0.4
4040
with:
41-
version: 11.3.1
41+
version: 17.4.6
4242
- name: Authorize against Teleport
4343
id: auth
44-
uses: teleport-actions/auth@9091dad16a564f3c5b9c2ec520b234a4872b6879 # pin@v1
44+
uses: teleport-actions/auth@d48447391aa28b202c98ae3f3358097025c32511 # pin@v2.0.4
4545
with:
4646
# Specify the publically accessible address of your Teleport proxy.
47-
proxy: proxy.mysten-int.com:443
47+
proxy: mystenlabs.teleport.sh:443
4848
# Specify the name of the join token for your bot.
4949
token: sui-simtest-token
5050
# Specify the length of time that the generated credentials should be

0 commit comments

Comments
 (0)