Skip to content

edu_o11y_1.11_upstream #1

edu_o11y_1.11_upstream

edu_o11y_1.11_upstream #1

Workflow file for this run

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
name: "Build and Publish"
on:
release:
types: [published]
jobs:
build_and_push_images:

Check failure on line 10 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Build and Publish

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 10, Col: 3): Error calling workflow 'splunk/edu-opentelemetry-demo/.github/workflows/component_build-images.yml@9cfaf61bdef66a9d7114473c6e21b08b944aa33f'. 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: ${{ github.event.release.tag_name }}
secrets: inherit