Skip to content
name: Test Container Perm
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
jobs:
test-container-perm:
name: Test Container Perm
runs-on: ubuntu-latest
secrets: inherit

Check failure on line 14 in .github/workflows/test_container_perm.yml

View workflow run for this annotation

GitHub Actions / Test Container Perm

Invalid workflow file

The workflow is not valid. .github/workflows/test_container_perm.yml (Line: 14, Col: 5): Unexpected value 'secrets'
steps:
- name: Test Container Perm
timeout-minutes: 10
working-directory: ${{ github.workspace }}
env:
GATEWAY_IMAGE: ${{ inputs.gateway-image }}
run: |
id
docker compose -f .ci/docker-compose.yml up kong-gen-cert