From 38cfb964f11817b47aed5267782a56997fbb04ba Mon Sep 17 00:00:00 2001 From: zmzimpl Date: Sun, 10 Dec 2023 21:53:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef2362c..c4fcd79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,7 @@ jobs: contents: write # Allows this job to create releases with: dry-run: ${{ github.event_name != 'push' || (github.ref_type != 'tag' && github.ref_name != 'main') }} + secrets: inherit needs: [] uses: ./.github/workflows/release.yml