Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmoradi committed Jul 3, 2024
1 parent 3ca3c7e commit 7e15be0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/admin-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:

- name: Delete DataProtectionCertificate.pfx
run: |
rm DataProtectionCertificate.pfx
rm AdminPanel/src/AdminPanel.Server/DataProtectionCertificate.pfx
- name: Extract identity certificate from env
uses: timheuer/[email protected]
with:
fileDir: './'
fileDir: './AdminPanel/src/AdminPanel.Server/'
fileName: 'DataProtectionCertificate.pfx'
encodedString: ${{ secrets.API_DATA_PROTECTION_CERTIFICATE_FILE_BASE64 }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/todo-sample.cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ jobs:

- name: Delete DataProtectionCertificate.pfx
run: |
rm DataProtectionCertificate.pfx
rm TodoSample/src/TodoSample.Server/DataProtectionCertificate.pfx
- name: Extract identity certificate from env
uses: timheuer/[email protected]
with:
fileDir: './'
fileDir: './TodoSample/src/TodoSample.Server/'
fileName: 'DataProtectionCertificate.pfx'
encodedString: ${{ secrets.API_DATA_PROTECTION_CERTIFICATE_FILE_BASE64 }}

Expand Down

0 comments on commit 7e15be0

Please sign in to comment.