Skip to content

Commit

Permalink
Merge pull request #14 from OpSecId/test-chart-releaser
Browse files Browse the repository at this point in the history
change action trigger
  • Loading branch information
PatStLouis authored Sep 11, 2024
2 parents eab90b8 + bd01d1a commit d77a28a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/chart_releaser/action.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Release Charts

on:
push:
branches:
- main
release:
types: [published]

jobs:
release:
# depending on default permission settings for your org (contents being read-only or read-write for workloads), you will have to add permissions
# see: https://docs.github.com/en/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token
permissions:
contents: write
packages: write
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit d77a28a

Please sign in to comment.