update action
This commit is contained in:
parent
ac90509c66
commit
0b507cb7ad
1 changed files with 4 additions and 1 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
@ -12,4 +12,7 @@ jobs:
|
||||||
uses: IceWhaleTech/github/.github/workflows/go_release.yml@main
|
uses: IceWhaleTech/github/.github/workflows/go_release.yml@main
|
||||||
with:
|
with:
|
||||||
project-name: CasaOS
|
project-name: CasaOS
|
||||||
file-name: casaos
|
file-name: casaos
|
||||||
|
secrets:
|
||||||
|
OSS_KEY_ID: ${{ secrets.OSS_KEY_ID }}
|
||||||
|
OSS_KEY_SECRET: ${{ secrets.OSS_KEY_SECRET }}
|
Loading…
Reference in a new issue