Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add suport for gists #1748

Merged
merged 1 commit into from
Oct 13, 2020
Merged

Add suport for gists #1748

merged 1 commit into from
Oct 13, 2020

Conversation

lburgazzoli
Copy link
Contributor

Fixes #1740

Release Note

integrations stored on gist can be referenced from the cli:

  kamel run --dev https://gist.github.com/$i{user-id}/${gist-id}
  kamel run --dev gist:${gist-id}

if the environment variable `GITHUB_TOKEN` is detected, them it
will be used for GitHub authentication.

@lburgazzoli lburgazzoli force-pushed the github-1740 branch 4 times, most recently from ef059b3 to 00f9bfd Compare October 12, 2020 14:39
@lburgazzoli
Copy link
Contributor Author

@nicolaferraro the tests for gists reference a gist on my account as there's no way to create organization's gists

@lburgazzoli lburgazzoli marked this pull request as ready for review October 12, 2020 14:44
@nicolaferraro
Copy link
Member

@nicolaferraro the tests for gists reference a gist on my account as there's no way to create organization's gists

Sounds good

@lburgazzoli lburgazzoli merged commit b3ae436 into apache:master Oct 13, 2020
@lburgazzoli lburgazzoli deleted the github-1740 branch October 13, 2020 07:48
@nicolaferraro nicolaferraro mentioned this pull request Dec 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add suport for gists
3 participants