Skip to content

change token

change token #74

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: build
uses: bbbottle/bbp-action@build
- name: release
uses: bbbottle/[email protected]
with:
token: ${{ secrets.HCP_TOKEN }}
wasm: "bbp_now.wasm"