From a34afe8648b91d49cf904844d0356f9c0aad85b8 Mon Sep 17 00:00:00 2001 From: alexcaussades Date: Thu, 4 Apr 2024 23:40:33 +0200 Subject: [PATCH] sqdqsd --- .github/workflows/info.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/workflows/info.yml b/.github/workflows/info.yml index 9d1597a..08eb15c 100644 --- a/.github/workflows/info.yml +++ b/.github/workflows/info.yml @@ -1,10 +1,5 @@ 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 +steps: + - name: Retrieve the secret + run: echo "The secret is ${{ secrets.MY_SECRET }}" \ No newline at end of file