Skip to content

Commit

Permalink
adding bump chart app version github workflow (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrmr33 authored Dec 5, 2023
1 parent 46bb588 commit 224ea29
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bump-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ on:
description: 'The new app-version'
required: true
type: string
token:
secrets:
GITHUB_TOKEN:
description: 'The github token to use to create the PR'
type: string
default: ${{ github.token }}
required: true

jobs:
update-app-version:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
id: cpr
uses: peter-evans/create-pull-request@v4
with:
token: ${{ inputs.token }}
token: ${{ secrets.GITHUB_TOKEN }}
title: '[bump] ${{ inputs.chart-name }} - ${{inputs.app-version}}'
branch: bump/${{ inputs.chart-name }}_${{inputs.app-version}}
delete-branch: true
Expand Down

0 comments on commit 224ea29

Please sign in to comment.