Skip to content

SafetyCulture/docker-workato-connector-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-workato-connector-sdk

Docker image with Ruby and the Workato Connector SDK pre installed

Usage

docker run \
  --env WORKATO_API_EMAIL="my-email" \
  --env WORKATO_API_TOKEN="my-token" \
  -v $(pwd):/usr/src/connector \
  --workdir /usr/src/connector \
  ghcr.io/safetyculture/workato-connector-sdk:latest
  help

Updating

Manually trigger the GitHub action to recreate the image with the latest version of the gem.

About

Docker image with Ruby and the Workato Connector SDK pre installed

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published