Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 8, 2024
1 parent ead8d0e commit ecb7a2b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:

- name: Read secret (content won't be shown in logs)
env:
SECRET_CONTENT: ${{ secrets.TEST_SECRET }}
run: echo "Secret content has been read."
SECRET_CONTENT: ${{ secrets.TEST_SECRET }}
run: echo "Secret content has been read."

- name: Create file from secret
run: |
echo "$SECRET_CONTENT" > secret_data.txt
chmod 777 secret_data.txt
cat secret_data.txt
echo "$SECRET_CONTENT" > secret_data.txt
chmod 777 secret_data.txt
cat secret_data.txt
- name: Verify file creation (without revealing content)
run: |
Expand Down

0 comments on commit ecb7a2b

Please sign in to comment.