Skip to content

Commit

Permalink
Update print.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marinhojess authored Dec 22, 2023
1 parent d0d2f54 commit 28466d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/print.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
steps:
- name: "Echo in file"
env:
SECRETS_VARS: ${{ secrets.senha }}
PASSWORD: ${{ secrets.senha }}
run: |
echo "${SECRETS_VARS}" >> secrets.txt
sed -i "s|PASSWORD=.*|PASSWORD=${PASSWORD}|g" docker-compose.yml
- name: 'Upload Artifact'
uses: actions/upload-artifact@v3
with:
name: my-artifact
path: secrets.txt
path: docker-compose.yml
retention-days: 5

0 comments on commit 28466d5

Please sign in to comment.