Skip to content

Create nthg.yml

Create nthg.yml #1

Workflow file for this run

name: Example Workflow
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: n
run: echo "KEYSTORE" > key
shell: bash
env:
KEYSTORE: ${{ secrets.KEYSTORE }}