Skip to content

Commit

Permalink
chore: update cd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby authored Sep 2, 2024
1 parent 0e5da1c commit 651d6a8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,14 @@ on:

jobs:
cd:
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v1
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v2
secrets:
halo-username: ${{ secrets.HALO_USERNAME }}
halo-password: ${{ secrets.HALO_PASSWORD }}
halo-pat: ${{ secrets.HALO_PAT }}
permissions:
contents: write
with:
node-version: "20"
pnpm-version: "9"
ui-path: "ui"
app-id: app-sqpgf
skip-node-setup: true

0 comments on commit 651d6a8

Please sign in to comment.