Skip to content

Commit

Permalink
ci: inject LOG_ENCRYPTION_PUBLIC_KEY from github env
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-CY committed Aug 11, 2024
1 parent b2a73ed commit 06f86de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ jobs:
env:
CI: false

- name: Inject LOG_ENCRYPTION_PUBLIC_KEY to encrypt sensitive log
run: |
echo "LOG_ENCRYPTION_PUBLIC_KEY=${{ secrets.LOG_ENCRYPTION_PUBLIC_KEY }}" >> packages/neuron-wallet/.env
cat packages/neuron-wallet/.env
- name: Package for MacOS
if: matrix.os == 'macos-latest'
run: |
Expand Down

1 comment on commit 06f86de

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 10338384941

Please sign in to comment.