Skip to content

Commit

Permalink
chore: update cd.yaml to publish app using PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby authored Oct 30, 2024
1 parent 38b813a commit ef72e49
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ 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:
Expand Down

0 comments on commit ef72e49

Please sign in to comment.