Skip to content

Commit

Permalink
change action trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick <[email protected]>
  • Loading branch information
PatStLouis committed Sep 11, 2024
1 parent eab90b8 commit bd01d1a
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 bd01d1a

Please sign in to comment.