Skip to content

🐋 ci: Add write permissions for packages in release workflow (#47) #2

🐋 ci: Add write permissions for packages in release workflow (#47)

🐋 ci: Add write permissions for packages in release workflow (#47) #2

Workflow file for this run

name: Docker Dev Images Release
on:
workflow_dispatch:
push:
tags:
- '*'
permissions:
packages: write
jobs:
call-docker-build:

Check failure on line 13 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Docker Dev Images Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 13, Col: 3): Error calling workflow 'danny-avila/rag_api/.github/workflows/docker-build-workflow.yaml@3a579eea7f40751ae4b14843988402d45eaa61ff'. The nested job 'build' is requesting 'contents: read', but is only allowed 'contents: none'.
uses: ./.github/workflows/docker-build-workflow.yaml
with:
tag: ${{ github.ref_name }}