From 0b507cb7ad494e5da638d5bad65b02398b0bcb04 Mon Sep 17 00:00:00 2001 From: Link Date: Mon, 20 Nov 2023 08:22:13 +0000 Subject: [PATCH] update action --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d35fa4fb5..3c9597679 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,4 +12,7 @@ jobs: uses: IceWhaleTech/github/.github/workflows/go_release.yml@main with: project-name: CasaOS - file-name: casaos \ No newline at end of file + file-name: casaos + secrets: + OSS_KEY_ID: ${{ secrets.OSS_KEY_ID }} + OSS_KEY_SECRET: ${{ secrets.OSS_KEY_SECRET }} \ No newline at end of file