-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add creds support, update mod metadata, update pipeline titles and na…
…mes (#7) Co-authored-by: khushboosharma <khushboo@turbot.com>
- Loading branch information
1 parent
0080e50
commit f1e0a25
Showing
47 changed files
with
530 additions
and
413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
access_token ="ghpat-NotAReal_Token" | ||
repository_full_name ="turbot/steampipe" | ||
# Required | ||
repository_full_name = "turbot/steampipe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
# TODO: Add missing pipeline param descriptions | ||
mod "github" { | ||
title = "GitHub Library" | ||
title = "GitHub" | ||
description = "Run pipelines to supercharge your GitHub workflows using Flowpipe." | ||
color = "#191717" | ||
documentation = file("./docs/index.md") | ||
icon = "/images/flowpipe/mods/turbot/github.svg" | ||
categories = ["github", "library"] | ||
documentation = file("./README.md") | ||
icon = "/images/mods/turbot/github.svg" | ||
categories = ["software development"] | ||
|
||
opengraph { | ||
title = "GitHub" | ||
title = "GitHub Mod for Flowpipe" | ||
description = "Run pipelines to supercharge your GitHub workflows using Flowpipe." | ||
image = "/images/flowpipe/mods/turbot/github-social-graphic.png" | ||
image = "/images/mods/turbot/github-social-graphic.png" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.