fix(ci): fix production toggle of catalog CI

This commit is contained in:
kjeld Schouten-Lebbing
2022-03-30 13:38:31 +02:00
parent c88e251d1d
commit d2ff4cfd37
3 changed files with 4 additions and 2 deletions

View File

@@ -77,6 +77,8 @@ jobs:
steps.collect-changes.outputs.changesDetected == 'true'
run: |
tools/build-release.sh -p
env:
CR_TOKEN: ${{ secrets.BOT_TOKEN }}
- name: Create commit
id: create-commit

View File

@@ -22,7 +22,7 @@ name: postgresql
sources:
- https://www.postgresql.org/
type: application
version: 7.0.22
version: 7.0.23
annotations:
truecharts.org/catagories: |
- database

View File

@@ -34,7 +34,7 @@ main() {
parse_command_line "$@"
if [ "${token}" == "false" ]; then
echo "env #cr_TOKEN not found, defaulting to production=false"
echo "env #CR_TOKEN not found, defaulting to production=false"
production="false"
fi