Skip to content

Auto Release

Auto Release #78

Workflow file for this run

# SPDX-FileCopyrightText: 2024 Comcast Cable Communications Management, LLC
# SPDX-License-Identifier: Apache-2.0
---
name: 'Auto Release'
on:
schedule: # Run every day at 12:00 UTC
- cron: '0 12 * * *'
workflow_dispatch:
jobs:
release:

Check failure on line 12 in .github/workflows/auto-release.yml

View workflow run for this annotation

GitHub Actions / Auto Release

Invalid workflow file

The workflow is not valid. .github/workflows/auto-release.yml (Line: 12, Col: 3): Error calling workflow 'xmidt-org/shared-go/.github/workflows/auto-releaser.yml@9dc33d956df1b1d9862ccf3f92a87ea439c9d513'. The nested job 'release' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: xmidt-org/shared-go/.github/workflows/auto-releaser.yml@9dc33d956df1b1d9862ccf3f92a87ea439c9d513 # v4.4.23
secrets: inherit