diff --git a/.github/workflows/info.yml b/.github/workflows/info.yml index 08eb15c..4906ba2 100644 --- a/.github/workflows/info.yml +++ b/.github/workflows/info.yml @@ -2,4 +2,4 @@ name: info steps: - name: Retrieve the secret - run: echo "The secret is ${{ secrets.MY_SECRET }}" \ No newline at end of file + run: echo "The secret is ${{ secrets.API_METAR }}" \ No newline at end of file