Skip to content

[refactor] Use thiserror to represent Statsig Error #4

[refactor] Use thiserror to represent Statsig Error

[refactor] Use thiserror to represent Statsig Error #4

Workflow file for this run

name: Release Bot
on:
pull_request:
types: [opened, reopened, closed]
branches: [main, stable]
release:
types: [released, prereleased]
jobs:
run:
if: startsWith(github.head_ref, 'releases/') || github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- uses: statsig-io/statsig-publish-sdk-action@main
with:
kong-private-key: ${{ secrets.KONG_GH_APP_PRIVATE_KEY }}
cargo-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}