Skip to content

Update Kolla versions #8

Update Kolla versions

Update Kolla versions #8

name: Update Kolla versions
on:
# Allow manual executions
workflow_dispatch:
# Run nightly
schedule:
- cron: '0 0 * * *'
jobs:
update-from-branch:
name: Update dependencies
strategy:
matrix:
include:
- version: stackhpc/2023.1
codename: Antelope
- version: stackhpc/2024.1
codename: Caracal
uses: ./.github/workflows/update-dependencies.yml

Check failure on line 20 in .github/workflows/stackhpc-update-kolla.yml

View workflow run for this annotation

GitHub Actions / Update Kolla versions

Invalid workflow file

The workflow is not valid. In .github/workflows/stackhpc-update-kolla.yml (Line: 20, Col: 11): Error from called workflow stackhpc/stackhpc-kayobe-config/.github/workflows/update-dependencies.yml@f5f6f2fdc6214723dc985a4e5606f04f315ddd49 (Line: 92, Col: 9): Unexpected value 'secrets'
with:
openstack_version: ${{ matrix.version }}
openstack_codename: ${{ matrix.codename }}
permissions:
contents: write
pull-requests: write