diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml new file mode 100644 index 0000000..a2473f0 --- /dev/null +++ b/.github/workflows/actions.yml @@ -0,0 +1,13 @@ +name: tests +run-name: ${{ github.actor }} - ${{ github.event_name }} +on: [push] +jobs: + greeting_job: + runs-on: ubuntu-latest + env: + SECRET: ${{ secrets.MY_SECRET }} + steps: + - name: "Secrety" + run: echo "here's my secret $SECRET!" + env: + First_Name: Mona diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..8640756 Binary files /dev/null and b/bun.lockb differ