Skip to content

chore(deps): update support-deps to v1.7.2 #306

chore(deps): update support-deps to v1.7.2

chore(deps): update support-deps to v1.7.2 #306

Workflow file for this run

# Copyright 2024 Defense Unicorns
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
name: CI Doc Shim
on:
pull_request:
branches: [main]
types: [milestoned, opened, synchronize]
# Permissions for the GITHUB_TOKEN used by the workflow.
permissions:
contents: read # Allows reading the content of the repository.
jobs:
validate:
strategy:
matrix:
type: [install, upgrade]
flavor: [upstream, registry1]
uses: defenseunicorns/uds-common/.github/workflows/callable-ci-docs-shim.yaml@08ff77cc3a72808614fc935e20b529a409f1b9c4 # v1.7.1
with:
flavor: ${{ matrix.flavor }}
type: ${{ matrix.type }}
secrets: inherit # Inherits all secrets from the parent workflow.