Skip to content

Commit

Permalink
Update reference_variable.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
christosservos authored Apr 3, 2024
1 parent a3370dc commit 3696055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reference_variable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
echo "this is a VAR variable3: ${{ vars.VARIABLE2 }} " | base64
env:
ORGSEC1: ${{ secrets.ORGSEC1 }}
VARIABLE1: ${{ env.VARIABLE1 }}
VARIABLE1: ${{ secrets.VARIABLE1 }}
VARIABLE2: ${{ vars.VARIABLE2 }}


0 comments on commit 3696055

Please sign in to comment.