Skip to content

Commit a3b9941

Browse files
committed
Pass secrets as env
1 parent 9c86bdf commit a3b9941

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929

3030
- name: Create ENV
3131
run: pnpx tsx .github/actions/env.ts
32-
32+
env:
33+
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
34+
CLIENT_ID: ${{ secrets.CLIENT_ID }}
3335

3436
- name: install Rust stable
3537
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)