Skip to content

added packages permissions #2

added packages permissions

added packages permissions #2

Workflow file for this run

# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0
name: "[DevRel] Build and Publish"
on:
push:
tags:
- '*.*.*-**'
workflow_dispatch:
permissions:
packages: write
jobs:
build_and_push_images:

Check failure on line 15 in .github/workflows/release-devrel.yml

View workflow run for this annotation

GitHub Actions / [DevRel] Build and Publish

Invalid workflow file

The workflow is not valid. .github/workflows/release-devrel.yml (Line: 15, Col: 3): Error calling workflow 'honeycombio/devrel-opentelemetry-demo/.github/workflows/component-build-images.yml@e242232446bd2fb0d878818f92b73fb0d0120083'. The nested job 'build_and_push_images' is requesting 'contents: read', but is only allowed 'contents: none'.
uses: ./.github/workflows/component-build-images.yml
with:
push: true
version: ${{ github.ref_name }}
secrets: inherit