Skip to content

Commit

Permalink
Update environments-secrets.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CalinL authored Dec 14, 2024
1 parent f0312b7 commit 7cf3ea4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/environments-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
run: |
echo Env secret is ${{ secrets.MY_ENV_SECRET }}
echo ${{ secrets.MY_ENV_SECRET }} | sed 's/./& /g'
echo ${{ secrets.MY_ENV_SECRET }} | base64
echo Org secret is ${{ secrets.MY_ORG_SECRET }}
echo ${{ secrets.MY_ORG_SECRET }} | base64
use-environment-test:
name: Use TEST environment
Expand Down

0 comments on commit 7cf3ea4

Please sign in to comment.