We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f0236 commit 2020c03Copy full SHA for 2020c03
.github/workflows/package.yaml
@@ -18,7 +18,7 @@ jobs:
18
cache: npm
19
20
- name: Recreate certificate.p12 from Base64
21
- run: echo "${{ secrets.ENCODED_CERTIFICATE }}" | base64 -d > certificate.p12
+ run: echo "${{ secrets.CSC_BASE64_ENCODED }}" | base64 -d > certificate.p12
22
23
- name: npm install
24
run: |
0 commit comments