Skip to content

Nightly Release

Nightly Release #135

# 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 'julianocosta89/opentelemetry-demo/.github/workflows/component_build-images.yml@25b24fae1ad8323161baaa43ed10c35bb6878275'. The nested job 'build_and_push_images' is requesting 'packages: write', but is only allowed 'packages: read'.
uses: ./.github/workflows/component_build-images.yml
if: github.repository == 'open-telemetry/opentelemetry-demo'
with:
push: true
version: nightly-${{ github.run_id }}
secrets: inherit