diff --git a/action.yml b/action.yml index 2b8c38d..247cdaf 100644 --- a/action.yml +++ b/action.yml @@ -22,6 +22,7 @@ inputs: runs: using: 'composite' steps: + - uses: actions/checkout@v4 - name: Setting JDK 17 @@ -42,8 +43,8 @@ runs: - name: Upload APK to Artifacts uses: actions/upload-artifact@v3.1.3 with: - #env: # Pindahkan env ke dalam with - #GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + env: # Pindahkan env ke dalam with + GITHUB_TOKEN: ${{ secrets.workflows_token }} name: ${{ github.repository }} path: ${{ inputs.file_output }} @@ -51,8 +52,8 @@ runs: id: release-id uses: actions/create-release@v1 with: - #env: # Pindahkan env ke dalam with - #GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + env: # Pindahkan env ke dalam with + GITHUB_TOKEN: ${{ secrets.workflows_token }} tag_name: "${{ inputs.tag }}-${{ github.run_number }}" release_name: ${{ github.repository }} body: ${{ inputs.body_release }}