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

Commit

Permalink
secret
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcaussades committed Apr 4, 2024
1 parent 8ba2f49 commit a30422c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/info.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a30422c

Please sign in to comment.