Skip to content

Commit

Permalink
Use echo instead of cat on github action (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisDuarte1 authored Feb 21, 2024
2 parents 5912253 + 02f195f commit 79f14ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,5 +169,5 @@ jobs:
- name: Propagate version to develop
if: github.ref == 'refs/heads/master'
run: |
cat ${{ secrets.NIAEFEUPBOT_PAT }} | gh auth login --with-token
echo '${{ secrets.NIAEFEUPBOT_PAT }}' | gh auth login --with-token
gh workflow run 'Deploy Action' --ref develop

0 comments on commit 79f14ff

Please sign in to comment.