Skip to content

Commit

Permalink
Create nthg.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
judemont authored Aug 24, 2024
1 parent 1d4ee63 commit cdb881b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/nthg.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit cdb881b

Please sign in to comment.