We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5cb03b commit 9f9f1ebCopy full SHA for 9f9f1eb
.github/workflows/cd.yaml
@@ -7,10 +7,9 @@ on:
7
8
jobs:
9
cd:
10
- uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v1
+ uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v3
11
secrets:
12
- halo-username: ${{ secrets.HALO_USERNAME }}
13
- halo-password: ${{ secrets.HALO_PASSWORD }}
+ halo-pat: ${{ secrets.HALO_PAT }}
14
permissions:
15
contents: write
16
with:
0 commit comments