Skip to content

Commit 774e7dc

Browse files
committed
fix: workflow to export certs during publish
1 parent cfeaa47 commit 774e7dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-package.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
- name: Run tests
2828
run: |
2929
export GACC_API_KEY=${{ secrets.GACC_API_KEY }}
30+
export CERTIFICATE_ANOMALY="${{ secrets.CERTIFICATE_ANOMALY }}"
31+
export PRIVATE_KEY_ANOMALY="${{ secrets.PRIVATE_KEY_ANOMALY }}"
3032
task test
3133
build-and-publish:
3234
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)