Skip to content

Commit

Permalink
fix(monorepo): Resolved issue with missing env values in CI workflow …
Browse files Browse the repository at this point in the history
…action
  • Loading branch information
sullivanpj committed Dec 4, 2024
1 parent 44110da commit d0c6d6b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ on:
- canary
- experimental

env:
CI: true
STORM_REPOSITORY: ${{ github.repositoryUrl }}
STORM_WORKSPACE_ROOT: ${{ github.workspace }}
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ github.token }}
NPM_TOKEN: ${{ secrets.STORM_BOT_NPM_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.STORM_BOT_CARGO_TOKEN }}

jobs:
start:
name: "Send in process notification"
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@storm-stack/hooks",
"version": "0.25.0",
"type": "module",
"description": "A collection of React hooks used by Storm Software in various packages/applications.",
"description": "A collection of React hooks used by Storm Software in various client libraries and applications.",
"repository": {
"type": "github",
"url": "https://github.com/storm-software/storm-stack.git",
Expand Down

0 comments on commit d0c6d6b

Please sign in to comment.