Skip to content

Commit

Permalink
Merge branch 'main' of github.com:halo-sigs/plugin-editor-hyperlink-card
Browse files Browse the repository at this point in the history
  • Loading branch information
LIlGG committed Jun 7, 2024
2 parents 26d0a97 + 8493a6c commit 8456373
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: CD

on:
release:
types:
- published

jobs:
cd:
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-cd.yaml@v1
secrets:
halo-username: ${{ secrets.HALO_USERNAME }}
halo-password: ${{ secrets.HALO_PASSWORD }}
permissions:
contents: write
with:
pnpm-version: "9"
app-id: app-UpUJA
skip-node-setup: false
ui-path: "."
2 changes: 1 addition & 1 deletion src/main/resources/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8456373

Please sign in to comment.