Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SSH session with GitHub agent

Olga Naumenko edited this pageNov 17, 2022 ·1 revision

SSH session with GitHub agent

It's available to useaction letting set up SSH session with GitHub agent in yourworkflows. The detailed documentation with the examples of use can be found in theofficial repository.

The action setting SSH session can be easily plugged in your workflow with the example below:

- name: Setup tmate session  uses: mxschmitt/action-tmate@v3

When the action is plugged in the workflow log (the part corresponding to tmate action log) can be found the URL. By the URL you can access the terminal of your host.

There are also some ways to setup action behavior. E.g., the default behavior of the action is to remain SSH session open until the workflow times out. It's available to setup timeout parameter yourself.

User guides

IntelliJ IDEA plugin

Contributor guides

(redirect to/docs inmain repo)

General info

Continuous integration

Design docs

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp