Skip to content

omniedgeio/github-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

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OmniEdge for Github Action

Bring Github Action into intranet, access nodes/devices from CI workflows.

Usage

- name: OmniEdge for Github Action
  uses: omniedgeio/github-action@v1
  with:
    securitykey: ${{ secrets.OMNIEDGE_SECURITY_KEY }}
    virtualnetworkid: ${{ secrets.OMNIEDGE_VIRTUALNETWORK_ID }}
  1. Sign up your account
  2. Generate Security-key, and get the Virtual Network ID from Dashboard
  3. Put your own Security-key and Virtual Network ID into your action