Skip to content

Commit fb5ad48

Browse files
authored
Update rust.yml
Signed-off-by: bbking <[email protected]>
1 parent 13d4bab commit fb5ad48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
- name: release
1919
uses: bbbottle/[email protected]
2020
with:
21-
token: ${{ secrets.HCP_TOKEN }}
21+
hcp_client_id: ${{ secrets.HCP_CLIENT_ID }}
22+
hcp_client_secret: ${{ secrets.HCP_CLIENT_SECRET }}
2223
wasm: "bbp_now.wasm"

0 commit comments

Comments
 (0)