Skip to content

Update test.yml

Update test.yml #13

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: decoding key file
run: |
echo ${{ secrets.SECURE_KEY_MANAGER_CERT_KEY }} > t3team-skm-cert.txt
base64 -d t3team-skm-cert.txt > t3team-skm-cert.p12
pwd