generated fromargoproj-labs/argo-workflows-hello-executor-plugin
- Notifications
You must be signed in to change notification settings - Fork1
Argo Workflows executor plugin to interact with GitHub
License
NotificationsYou must be signed in to change notification settings
crenshaw-dev/github-executor-plugin
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- Needs: >= v3.3
- Image: crenshawdotdev/github-executor-plugin:latest
This is an Argo Workflows executor plugin for interacting with GitHub.
apiVersion:argoproj.io/v1alpha1kind:Workflowmetadata:generateName:github-example-spec:entrypoint:maintemplates: -name:mainplugin:github:# Use `issue` to create comments for PRs - the GitHub API considers PRs to be issues.issue:comment:body:"Hello, world!"number:"1"# PR number, from theowner:crenshaw-devrepo:github-executor-plugin
SeeGitHub's instructionsto set up your token.
Then create a secret using that token.
# First, copy your token to the clipboard.pbpaste> tokenkubectl create secret generic github-token --from-file=token -n argorm token
Install:
kubectl apply -f github-executor-plugin-configmap.yamlUninstall:
kubectl delete cm github-executor-pluginAbout
Argo Workflows executor plugin to interact with GitHub
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.