Skip to content

Commit

Permalink
add mask 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ajaiswal authored Sep 10, 2024
1 parent 246a0b2 commit 23a2443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
id: fetch-secret
run: |
secret_value=$(aws secretsmanager get-secret-value --secret-id ${{ secrets.SECRET_NAME }} --query SecretString --output text)
echo "$secret_value"
echo "::add-mask:: SECRET_VALUE=$secret_value" >> $GITHUB_ENV
echo "::add-mask:: $secret_value"
echo "SECRET_VALUE=$secret_value" >> $GITHUB_ENV
- name: Set up Python environment
uses: actions/setup-python@v5
Expand Down

0 comments on commit 23a2443

Please sign in to comment.