diff --git a/.github/workflows/auto-update.yaml b/.github/workflows/auto-update.yaml deleted file mode 100644 index 3d6c8ed..0000000 --- a/.github/workflows/auto-update.yaml +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 2024 Defense Unicorns -# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial - -name: Auto Update - -on: - schedule: - - cron: 0 14 * * * # daily at 8 AM Central (CST = UTC−6) - -# Permissions for the GITHUB_TOKEN used by the workflow. -permissions: - contents: write # Allows writing content to the repository. - packages: read # Allows reading the content of the repository's packages. - -# Abort prior jobs in the same workflow / PR -concurrency: - group: auto-update-${{ github.ref }} - cancel-in-progress: true - -jobs: - auto-update: - uses: defenseunicorns/uds-common/.github/workflows/callable-auto-update.yaml@802b2766ad27fdeaa9f65414d6fcf9f4975610be # v1.24.0 - secrets: inherit # Inherits all secrets from the parent workflow. diff --git a/tasks.yaml b/tasks.yaml index 03bd7d4..8a5460a 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -9,9 +9,7 @@ includes: - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.0/tasks/deploy.yaml - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.0/tasks/setup.yaml - actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.0/tasks/actions.yaml - - badge: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.0/tasks/badge.yaml - upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.0/tasks/upgrade.yaml - - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.0/tasks/compliance.yaml - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.0/tasks/publish.yaml tasks: