Skip to content

shovelers/odet-service-upload

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

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Odet Service Upload

Inputs

odet.yml should reside in your repo root

api-key

Required

API key for your organization, store it under Github secrets for security purposes

Example usage

uses: shovelers/odet-service-upload@{latest-version}
with:
  api-key: ${{secrets.YOUR_API_KEY_SECRET_NAME}}

Dev Setup

Install Dependencies

npm install

npm i -g @vercel/ncc

To build

Before pushing your changes, run the following command

ncc build index.js

this will build your code in dist/index.js