From e360dd3eb901b1853323eb1ce5eb72ede34bb5b9 Mon Sep 17 00:00:00 2001 From: QiubyZ Date: Wed, 11 Sep 2024 02:01:37 +0800 Subject: [PATCH] Ubah Lagi --- action.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ee03779..095da74 100644 --- a/action.yml +++ b/action.yml @@ -60,8 +60,10 @@ runs: # Upload asset setelah release dibuat di step yang sama continue-on-error: true # Lanjutkan jika upload asset gagal - uses: actions/upload-release-asset@v1 + env: + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} + with: - GITHUB_TOKEN: ${{ github.token }} upload_url: ${{ steps.release-id.outputs.upload_url }} asset_path: ${{ inputs.file_output }} asset_name: ${{ github.repository }}-${{ github.run_number }}.apk