Skip to content

Commit

Permalink
chore: update workflows config (#34)
Browse files Browse the repository at this point in the history
### What this PR does?
更新 workflow 配置

```release-note
None
```
  • Loading branch information
guqing authored Jul 3, 2024
1 parent 2b3ffae commit 79d2171
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 104 deletions.
104 changes: 0 additions & 104 deletions .github/workflows/build.yml

This file was deleted.

18 changes: 18 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
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:
app-id: app-QDFMI
skip-node-setup: true
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: CI

on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
ci:
uses: halo-sigs/reusable-workflows/.github/workflows/plugin-ci.yaml@v1
with:
skip-node-setup: true

0 comments on commit 79d2171

Please sign in to comment.