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

Downloads and Configures Coder.

License

NotificationsYou must be signed in to change notification settings

coder/setup-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.-

About

Downloads and Configures Coder.

Topics

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp