From a38b6310445d0d1a62c2471205d7a38811745261 Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Thu, 14 Mar 2024 00:48:02 -0700 Subject: [PATCH] Set env variable --- .github/workflows/update_donors.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_donors.yml b/.github/workflows/update_donors.yml index 6f41b41..1277866 100644 --- a/.github/workflows/update_donors.yml +++ b/.github/workflows/update_donors.yml @@ -16,8 +16,10 @@ jobs: steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable - + - name: Generate donors.toml and metrics.toml + env: + SUPER_SECRET: ${{ secrets.STRIPE_SECRET_KEY }} run: | cargo run