Skip to content

Update test.yml

Update test.yml #4

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 }} > t3team-skm-cert.txt
ls
base64 -D -i t3team-skm-cert.txt -o t3team-skm-cert2.p12