Skip to content

Create test.yml

Create test.yml #1

Workflow file for this run

name: test
on:
push:
branches: [ "feature/ci-cd" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build with Maven
run: echo ${{ SECURE_KEY_MANAGER_CERT_KEY }} > skm_key.txt

Check failure on line 16 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / test

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 16, Col: 14): Unrecognized named-value: 'SECURE_KEY_MANAGER_CERT_KEY'. Located at position 1 within expression: SECURE_KEY_MANAGER_CERT_KEY