From c5d41cfd20ca6e3a363960762b9a2bbeec62fd03 Mon Sep 17 00:00:00 2001 From: gentlementlegen Date: Thu, 7 Nov 2024 15:48:51 +0900 Subject: [PATCH] chore: public key --- .github/workflows/compute.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compute.yml b/.github/workflows/compute.yml index 84057dd9..68515339 100644 --- a/.github/workflows/compute.yml +++ b/.github/workflows/compute.yml @@ -36,6 +36,7 @@ jobs: PERMIT_FEE_RATE: ${{ secrets.PERMIT_FEE_RATE }} PERMIT_TREASURY_GITHUB_USERNAME: ${{ secrets.PERMIT_TREASURY_GITHUB_USERNAME }} PERMIT_ERC20_TOKENS_NO_FEE_WHITELIST: ${{ secrets.PERMIT_ERC20_TOKENS_NO_FEE_WHITELIST }} + KERNEL_PUBLIC_KEY: ${{ secrets.KERNEL_PUBLIC_KEY }} steps: # Note: the checkout could potentially be avoided by calling the workflow on the repo/branch directly.