Skip to content

Commit

Permalink
trying to execute bash script
Browse files Browse the repository at this point in the history
  • Loading branch information
mdr223 committed Nov 13, 2023
1 parent 9ec5a7b commit 99e08e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create Secrets Files
run: |
mkdir -p ${{ github.workspace }}/deploy/dev/secrets/
${{ github.workspace }}/deploy/create_secret.sh DEV_IMAP_USER imap_user.txt dev
/bin/bash ${{ github.workspace }}/deploy/create_secret.sh DEV_IMAP_USER imap_user.txt dev
# touch ${{ github.workspace }}/deploy/dev/secrets/imap_user.txt
# echo "${{ secrets.DEV_IMAP_USER }}" >> ${{ github.workspace }}/deploy/dev/secrets/imap_user.txt
# chmod 400 ${{ github.workspace }}/deploy/dev/secrets/imap_user.txt
Expand Down

0 comments on commit 99e08e6

Please sign in to comment.