Skip to content

remove permission

remove permission #50

Workflow file for this run

name: docker_publish
on:
push:
branches:
- 'main'
- 'devops/add-docker-security'
tags:
- '*'
jobs:
lint_test:
uses: babylonlabs-io/.github/.github/workflows/[email protected]
with:
run-unit-tests: true
run-integration-tests: true
run-lint: true
docker_pipeline:

Check failure on line 19 in .github/workflows/publish.yml

View workflow run for this annotation

GitHub Actions / docker_publish

Invalid workflow file

The workflow is not valid. .github/workflows/publish.yml (Line: 19, Col: 3): Error calling workflow 'babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@huy/add-docker-sec'. The workflow is requesting 'security-events: write', but is only allowed 'security-events: none'.
needs: ["lint_test"]
uses: babylonlabs-io/.github/.github/workflows/reusable_docker_pipeline.yml@huy/add-docker-sec
secrets: inherit
with:
publish: true