- Notifications
You must be signed in to change notification settings - Fork2
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 oneFolders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
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 }}
Name | Description | Default |
---|---|---|
access_url | Required The url of coder deployment (e.g.https://coder.example.com). | - |
coder_session_token | Required The session token of coder. | - |
About
Downloads and Configures Coder.
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.