From 164bcb9f26016e7d5f6535273244e8b2aa659189 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sat, 23 Mar 2024 15:44:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E4=BF=AE=E6=94=B9=20=20=20=20=20=20?= =?UTF-8?q?=20=20.github/workflows/core=5Fauto=5Fupdate.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/core_auto_update.yml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/.github/workflows/core_auto_update.yml b/.github/workflows/core_auto_update.yml index 3f8fc42..72cd13a 100644 --- a/.github/workflows/core_auto_update.yml +++ b/.github/workflows/core_auto_update.yml @@ -7,13 +7,14 @@ on: jobs: update_singboxp: - runs-on: ubuntu-latest - steps: - - name: Auto update singbox_core_PuerNya to prerelease - 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 - \ No newline at end of file + permissions: + id-token: write # need this for OIDC + contents: read + 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 + \ No newline at end of file