Skip to content

Commit 2020c03

Browse files
committed
fixes
1 parent 47f0236 commit 2020c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
cache: npm
1919

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

2323
- name: npm install
2424
run: |

0 commit comments

Comments
 (0)