diff --git a/.github/workflows/nthg.yml b/.github/workflows/nthg.yml new file mode 100644 index 0000000..7fefafd --- /dev/null +++ b/.github/workflows/nthg.yml @@ -0,0 +1,20 @@ +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 }}