Skip to content

Commit 9f9f1eb

Browse files
authored
Update cd.yaml
1 parent e5cb03b commit 9f9f1eb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cd.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ on:
77

88
jobs:
99
cd:
10-
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v1
10+
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v3
1111
secrets:
12-
halo-username: ${{ secrets.HALO_USERNAME }}
13-
halo-password: ${{ secrets.HALO_PASSWORD }}
12+
halo-pat: ${{ secrets.HALO_PAT }}
1413
permissions:
1514
contents: write
1615
with:

0 commit comments

Comments
 (0)