1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-28 06:30:40 +00:00
catalog/task/github-app-token/0.1/samples
Chmouel Boudjnah 8f174490d5 Add Github APP token task
This add the github app token, this would help to get a user token from a github
app which can be perused to do github operations.

Flow would are usually going like this :

events -> triggers event listenner \
       -> start pipeline
            -> get user token from app (with this task)
            -> do operation (like ci checks or others) on github with this
               token.

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
2020-09-29 12:55:51 +01:00
..
run.yaml Add Github APP token task 2020-09-29 12:55:51 +01:00
secret.yaml Add Github APP token task 2020-09-29 12:55:51 +01:00