Skip to content

Commit

Permalink
fdgfggfd
Browse files Browse the repository at this point in the history
  • Loading branch information
omenking committed Apr 30, 2024
1 parent 6a77b61 commit 5840c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
run: |
echo "Using My Secret 1: ${{ secrets.MY_SECRET }}"
echo "Using My Secret 2 $MY_SECRET"
echo "Using My Secret 3 ${{ secrets.MY_SECRET }}"
echo "Using My Secret 3: ${{ secrets.MY_SECRET }}"
env:
MY_SECRET: ${{ secrets.MY_SECRET }}

0 comments on commit 5840c25

Please sign in to comment.