Skip to content

Commit

Permalink
dixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chetan11-dev committed Nov 18, 2024
1 parent 2020c03 commit 49465dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ jobs:
with:
node-version: 20
cache: npm

- name: Recreate certificate.p12 from Base64
run: echo "${{ secrets.ENCODED_CERTIFICATE }}" | base64 -d > certificate.p12
run: echo "${{ secrets.CSC_BASE64_ENCODED }}" | base64 -d > certificate.p12

- name: npm install
run: |
Expand Down

0 comments on commit 49465dd

Please sign in to comment.