From 21f8035ef6033d0c64873131f31bf841149682c4 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sat, 23 Mar 2024 17:01:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=87=AA=E5=8A=A8=E7=BC=96?= =?UTF-8?q?=E8=AF=91singboxp=E5=86=85=E6=A0=B8=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/core_auto_update.yml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/.github/workflows/core_auto_update.yml b/.github/workflows/core_auto_update.yml index ffa5251..cd0301e 100644 --- a/.github/workflows/core_auto_update.yml +++ b/.github/workflows/core_auto_update.yml @@ -9,30 +9,11 @@ jobs: auto_update_singboxp_with_wg: permissions: id-token: write # need this for OIDC - contents: read + contents: write uses: juewuy/ShellCrash/.github/workflows/update_singbox_core.yaml@dev with: tag1: PuerNya/sing-box tag2: building + tag3: singbox_core_PuerNya tag5: with_quic,with_dhcp,with_wireguard,with_shadowsocksr,with_ech,with_utls,with_clash_api,with_gvisor secrets: inherit - push_to_git: - needs: - - auto_update_singboxp_with_wg - runs-on: ubuntu-latest - steps: - - name: Create Release and Upload Release Asset - uses: softprops/action-gh-release@v1 - with: - tag_name: singbox_core_PuerNya - name: singbox_core_PuerNya - draft: false - prerelease: true - files: | - ./tmp/singbox*.tar.gz - - - name: Cleanup Workflow - uses: Mattraks/delete-workflow-runs@main - with: - retain_days: 1 - keep_minimum_runs: 2 \ No newline at end of file