diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bbf443a5f..88c3c6b02 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -61,7 +61,7 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: "build/app/outputs/apk/release/*.apk,build/app/outputs/bundle/release/*.aab" - token: ${{ secrets.RELEASE_WORKFLOW_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} - name: Upload app bundle uses: actions/upload-artifact@v2