Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set env variable
Browse files Browse the repository at this point in the history
cart committed Mar 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent c5a6690 commit a38b631
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/update_donors.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a38b631

Please sign in to comment.