diff --git a/.github/workflows/info.yml b/.github/workflows/info.yml new file mode 100644 index 0000000..9d1597a --- /dev/null +++ b/.github/workflows/info.yml @@ -0,0 +1,10 @@ +name: info + +jobs: + sercret-job: + runs-on: ubuntu-latest + steps: + - name: Retrieve the secret + env: + SECRET: ${{ secrets.API_METAR }} + run: echo $SECRET \ No newline at end of file