Skip to content

Commit

Permalink
added gh secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
slvnperron committed Dec 24, 2024
1 parent a9ca6f5 commit 3f88e2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm test
env:
CLOUD_BOT_ID: ${{ secrets.CLOUD_BOT_ID }}
CLOUD_PAT: ${{ secrets.CLOUD_PAT }}
- name: Publish
if: github.ref == 'refs/heads/master' || github.event_name == 'workflow_dispatch'
uses: botpress/gh-actions/publish-if-not-exists@master
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/zai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm test
env:
CLOUD_BOT_ID: ${{ secrets.CLOUD_BOT_ID }}
CLOUD_PAT: ${{ secrets.CLOUD_PAT }}
- name: Publish
if: github.ref == 'refs/heads/master' || github.event_name == 'workflow_dispatch'
uses: botpress/gh-actions/publish-if-not-exists@master
Expand Down

0 comments on commit 3f88e2d

Please sign in to comment.