Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
fdgdfg
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcaussades committed Apr 4, 2024
1 parent 2a6707f commit d684e3f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/info.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
name: info

steps:
on: push

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Retrieve the secret
run: echo "The secret is ${{ secrets.API_METAR }}"
run: echo "The secret is ${{ secrets.API_METAR }}"

0 comments on commit d684e3f

Please sign in to comment.