Skip to content

Nightly Release

Nightly Release #54

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
name: Nightly Release
on:
schedule:
# Runs at 00:00 UTC every day
- cron: '0 0 * * *'
jobs:
build_and_push_images:

Check failure on line 11 in .github/workflows/nightly-release.yml

View workflow run for this annotation

GitHub Actions / Nightly Release

Invalid workflow file

The workflow is not valid. .github/workflows/nightly-release.yml (Line: 11, Col: 3): Error calling workflow 'Azure/Azure-kusto-opentelemetry-demo/.github/workflows/build-images.yml@fa028c4061eeeb39573489ef3adbb565d76989db'. The nested job 'build_and_push_images' is requesting 'packages: write', but is only allowed 'packages: read'.
uses: ./.github/workflows/build-images.yml
if: github.repository == 'open-telemetry/opentelemetry-demo'
with:
push: true
version: nightly-${{ github.run_id }}
secrets: inherit