Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mhdiiilham committed Feb 11, 2023
1 parent a12d58c commit 820ad41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
uses: actions/checkout@v3

- name: Get Secret Values
run: echo ${{ needs.secret.outputs.envfile }} >> app.env
run: |
echo ${{ needs.secret.outputs.envfile }} >> app.env
cat $(cat app.env)
- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 820ad41

Please sign in to comment.