Skip to content

Commit

Permalink
Create reference_variable.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
christosservos authored Apr 1, 2024
1 parent 3a8f4ee commit 50b9c2b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/reference_variable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: reference a github variable
on:
workflow_dispatch:


jobs:
check_secret:
name: Check secret presence
runs-on: ubuntu-latest
steps:
- run: |
echo " this is a secret: ${{ secrets.VARIABLE }}
echo "this is a variable: ${{ env.VARIABLE }}

0 comments on commit 50b9c2b

Please sign in to comment.