Skip to content

Commit

Permalink
Merge pull request #114 from llm-tools/monorepo
Browse files Browse the repository at this point in the history
chore: added nx cloud secret to build
  • Loading branch information
adhityan authored Oct 4, 2024
2 parents 3ccc285 + c3374f3 commit ddcea24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
pull_request:
branches: ['main']

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
release:
types: [published]

env:
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

jobs:
test:
name: Publish
Expand Down

0 comments on commit ddcea24

Please sign in to comment.