Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Argo Workflows executor plugin to interact with GitHub

License

NotificationsYou must be signed in to change notification settings

crenshaw-dev/github-executor-plugin

Repository files navigation

  • Needs: >= v3.3
  • Image: crenshawdotdev/github-executor-plugin:latest

codecov

This is an Argo Workflows executor plugin for interacting with GitHub.

Example

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

Prerequisites

Set up a GitHub personal access token

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

How to install

Install:

kubectl apply -f github-executor-plugin-configmap.yaml

Uninstall:

kubectl delete cm github-executor-plugin

About

Argo Workflows executor plugin to interact with GitHub

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp