Skip to content

Commit cd64092

Browse files
committed
fixing workflow
1 parent 6e78183 commit cd64092

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy_on_release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: 'Deploy/Update on new release'
14-
shell: bash
14+
shell: bash
1515

16-
env:
17-
repo_token: ${{ secrets.GITHUB_TOKEN }}
18-
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
19-
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
20-
CRED_SECRET: ${{ secrets.IBM_CREDENTIALS_PASS }}
16+
env:
17+
repo_token: ${{ secrets.GITHUB_TOKEN }}
18+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
19+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
20+
CRED_SECRET: ${{ secrets.IBM_CREDENTIALS_PASS }}
2121

2222
run: |
2323
# Install requirements

0 commit comments

Comments
 (0)