Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
helm-charts
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
groundhog2k
helm-charts
Commits
02d05490
Commit
02d05490
authored
3 years ago
by
Goeran Poehner
Browse files
Options
Downloads
Patches
Plain Diff
Adding manual wflow execution
parent
6ded7e2c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/manual.yaml
+24
-0
24 additions, 0 deletions
.github/workflows/manual.yaml
.github/workflows/release.yaml
+0
-3
0 additions, 3 deletions
.github/workflows/release.yaml
with
24 additions
and
3 deletions
.github/workflows/manual.yaml
0 → 100644
+
24
−
0
View file @
02d05490
name
:
Manual release helm chart
on
:
workflow_dispatch
:
jobs
:
release
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
with
:
fetch-depth
:
0
-
name
:
Configure Git
run
:
|
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
-
name
:
Add dependencies
run
:
|
helm repo add groundhog2k https://groundhog2k.github.io/helm-charts
-
name
:
Run Release
uses
:
helm/chart-releaser-action@v1.2.1
env
:
CR_TOKEN
:
'
${{
secrets.GITHUB_TOKEN
}}'
This diff is collapsed.
Click to expand it.
.github/workflows/release.yaml
+
0
−
3
View file @
02d05490
...
@@ -19,9 +19,6 @@ jobs:
...
@@ -19,9 +19,6 @@ jobs:
run
:
|
run
:
|
git config user.name "$GITHUB_ACTOR"
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
-
name
:
Add dependencies
run
:
|
helm repo add groundhog2k https://groundhog2k.github.io/helm-charts
-
name
:
Run Release
-
name
:
Run Release
uses
:
helm/chart-releaser-action@v1.2.1
uses
:
helm/chart-releaser-action@v1.2.1
env
:
env
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment