Skip to content

Fix missing secrets

Fix missing secrets #7

Workflow file for this run

name: CI / 6.0
on:
pull_request:
paths:
- .github/workflows/ci-6-0.yaml
- src/6.0/**
push:
paths:
- .github/workflows/ci-6-0.yaml
- src/6.0/**
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test-and-release:
uses: ./.github/workflows/reusable--test-and-release.yaml
with:
version: "6.0"
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}