Skip to content

chore: bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#73) #23

chore: bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#73)

chore: bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#73) #23

Workflow file for this run

name: Releaser
on:
push:
branches:
- main
permissions:
contents: read
concurrency:
group: releaser
jobs:
release:
permissions:
contents: write
runs-on: ubuntu-20.04
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Set up Helm
uses: azure/setup-helm@v3
with:
version: v3.9.4
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: ${{ secrets.GITHUB_TOKEN }}