From a1c46b53e843c9a3576877ea9e8efb8477636ebe Mon Sep 17 00:00:00 2001 From: waotzi Date: Wed, 23 Aug 2023 03:34:31 +0000 Subject: [PATCH] update token --- .github/workflows/flutter_apk_build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flutter_apk_build.yml b/.github/workflows/flutter_apk_build.yml index e5b1aea..4636e0e 100644 --- a/.github/workflows/flutter_apk_build.yml +++ b/.github/workflows/flutter_apk_build.yml @@ -3,7 +3,7 @@ name: Flutter APK Build on: push: branches: - - main # or the default branch name of your repository + - main jobs: build: @@ -29,5 +29,4 @@ jobs: run: | gh release create ${{ github.sha }} build/app/outputs/flutter-apk/app-release.apk --title "Release ${{ github.sha }}" --notes "Release of ${{ github.sha }}" env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} - \ No newline at end of file + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}