From f31eff15c955d50770da8bf61ade0d6e6fc999f2 Mon Sep 17 00:00:00 2001 From: kousyougi <43228565+kousyougi@users.noreply.github.com> Date: Fri, 21 Apr 2023 16:33:52 +0800 Subject: [PATCH] Add files via upload --- .github/workflows/build-openwrt-with-lede.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build-openwrt-with-lede.yml b/.github/workflows/build-openwrt-with-lede.yml index f47faf2095..f03b0b5626 100644 --- a/.github/workflows/build-openwrt-with-lede.yml +++ b/.github/workflows/build-openwrt-with-lede.yml @@ -237,7 +237,6 @@ jobs: tag: ${{ steps.compile.outputs.build_tag }} artifacts: openwrt/bin/targets/*/*/*rootfs.tar.gz allowUpdates: true - token: ${{ secrets.GH_TOKEN }} - name: Clean up server space if: ${{ steps.compile.outputs.status }} == 'success' && !cancelled() @@ -256,7 +255,6 @@ jobs: auto_kernel: ${{ inputs.auto_kernel }} kernel_repo: ${{ inputs.kernel_repo }} kernel_usage: ${{ inputs.kernel_usage }} - gh_token: ${{ secrets.GH_TOKEN }} - name: Upload the packaged firmware to Release uses: ncipollo/release-action@main @@ -265,7 +263,6 @@ jobs: tag: ${{ steps.compile.outputs.build_tag }} artifacts: ${{ env.PACKAGED_OUTPUTPATH }}/* allowUpdates: true - token: ${{ secrets.GH_TOKEN }} body: | This is OpenWrt firmware for Amlogic and Rockchip * Firmware information