diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b10556a..8b394732 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,8 +35,6 @@ jobs: uses: ncipollo/release-action@v1 with: artifacts: "build/app/outputs/apk/release/*.apk,build/app/outputs/bundle/release/app-release.aab" - token: ${{!secrets!}} # this is automatically provided by github - commit: ${{!github!}} - name: Upload app bundle artifact uses: actions/upload-artifact@v2 with: