diff --git a/.github/workflows/build-bootstrap.yaml b/.github/workflows/build-bootstrap.yaml index 436a785..cedffab 100644 --- a/.github/workflows/build-bootstrap.yaml +++ b/.github/workflows/build-bootstrap.yaml @@ -20,7 +20,7 @@ jobs: - name: Publish Release uses: marvinpinto/action-automatic-releases@latest with: - repo_token: ${{ secrets.GITHUB_TOKEN }} + repo_token: ${{ secrets.TOKEN_GITHUB }} automatic_release_tag: "latest-android" prerelease: false title: "Release android"