Skip to content

Commit

Permalink
skip cert decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
nicufk committed Mar 17, 2022
1 parent eec4127 commit 411ce34
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release-try.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,13 +87,13 @@ jobs:
name: bin-artifacts
path: dist

- name: Get MSFT Cert
id: write_file
uses: timheuer/base64-to-file@v1.1
with:
fileName: 'kubeshop_msft.p12'
fileDir: './temp/'
encodedString: ${{ secrets.CERT_MSFT_KUBESHOP_P12_B64 }}
# - name: Get MSFT Cert
# id: write_file
# uses: timheuer/base64-to-file@v1.1
# with:
# fileName: 'kubeshop_msft.p12'
# fileDir: './temp/'
# encodedString: ${{ secrets.CERT_MSFT_KUBESHOP_P12_B64 }}

- name: Create MSI
run: |
Expand Down

0 comments on commit 411ce34

Please sign in to comment.