Skip to content

Update test.yml

Update test.yml #3

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 ${{ secrets.SECURE_KEY_MANAGER_CERT_KEY }} > skm_key.txt