Skip to content

Commit

Permalink
Merge pull request #32 from ec2dream/master
Browse files Browse the repository at this point in the history
workflow to publish helm chart
  • Loading branch information
moutonjeremy authored Jan 14, 2022
2 parents f4a3dc3 + 055176e commit 2bfc2bb
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/workflows/chart_release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Release Chart
on:
push:
branches:
- master
paths:
- "deploy/helm-chart/**"

jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
charts_dir: deploy/helm-chart
linting: off
token: ${{ secrets.GITHUB_TOKEN }}
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ github-actions-exporter for prometheus

Container image : https://hub.docker.com/repository/docker/spendeskplatform/github-actions-exporter

Helm Chart :
```
helm chart repo: https://Spendesk.github.io/github-actions-exporter/
chart: github-actions-exporter
version: "0.1.4"
```

## Information
If you want to monitor a public repository, you must put the public_repo option in the repo scope of your github token or Github App Authentication.

Expand Down Expand Up @@ -268,4 +275,4 @@ spec:
# separate plaintext aws secret needed for ssh key
- key: MySecretManagerKeyPrivateKey
name: github_app_private_key
```
```

0 comments on commit 2bfc2bb

Please sign in to comment.