Skip to content

default

default #106

Workflow file for this run

name: 'default'
on:
push:
branches:
- 'main'
tags:
- '*'
pull_request:
branches:
- 'main'
workflow_dispatch:
#permissions:
# checks: 'write' # code_check-style_golangci_lint
# contents: 'write' # delivery-release
jobs:
default:

Check failure on line 19 in .github/workflows/default.yaml

View workflow run for this annotation

GitHub Actions / default

Invalid workflow file

The workflow is not valid. .github/workflows/default.yaml (Line: 19, Col: 3): Error calling workflow 'rios0rios0/pipelines/.github/workflows/python-docker.yaml@fix/github-docker'. The workflow is requesting 'packages: write', but is only allowed 'packages: read'.
uses: 'rios0rios0/pipelines/.github/workflows/python-docker.yaml@fix/github-docker'