From ef72e4990a0b1b1a5a853d92a2f4f34c6eb334a1 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 30 Oct 2024 11:19:09 +0800 Subject: [PATCH] chore: update cd.yaml to publish app using PAT --- .github/workflows/cd.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index da01177..149eea9 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -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: