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

Setup Coder

Actions
An action to setup and configure Coder
v1.1.0
Latest
Verified creator
Star (11)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info seeAbout badges in GitHub Marketplace.

SetupCoder

Downloads and authenticates Coder's CLI with your Coder server. This action can be used to run authenticated Coder commands in GitHub Action workflows.

Usage

Create a GitHub secret namedCODER_SESSION_TOKEN with your coder session tokenYou can generate a long lived session token by running the following command inyour browser console while logged into Coder with aTemplate Admin orOwner role.

  coder token create --lifetime 8760h --name"GitHub Actions"
jobs:setup-coder:runs-on:ubuntu-lateststeps:      -name:Setup Coderuses:coder/setup-action@v1with:access_url:'https://coder.example.com'coder_session_token:${{ secrets.CODER_SESSION_TOKEN }}

Inputs

NameDescriptionDefault
access_urlRequired The url of coder deployment (e.g.https://coder.example.com).-
coder_session_tokenRequired The session token of coder.-

Setup Coder is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

An action to setup and configure Coder
v1.1.0
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info seeAbout badges in GitHub Marketplace.

Setup Coder is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.


[8]ページ先頭

©2009-2025 Movatter.jp