Skip to content

fix(helm): only default bucket names when using minio #7270

fix(helm): only default bucket names when using minio

fix(helm): only default bucket names when using minio #7270

---
name: Append to Release Notes
on:
pull_request_target:
types:
- closed
- labeled
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions
uses: actions/checkout@v3
with:
repository: "grafana/grafana-github-actions"
path: ./actions
ref: main
- name: Install Actions
run: npm install --production --prefix ./actions
- name: Run release notes appender
uses: ./actions/release-notes-appender
with:
metricsWriteAPIKey: ${{secrets.GRAFANA_MISC_STATS_API_KEY}}
token: ${{secrets.GH_BOT_ACCESS_TOKEN}}
labelsToAdd: "release-notes"
releaseNotesFile: docs/sources/release-notes/next.md