Skip to content

Commit

Permalink
update token
Browse files Browse the repository at this point in the history
  • Loading branch information
waozixyz committed Aug 23, 2023
1 parent 777bee0 commit a1c46b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/flutter_apk_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Flutter APK Build
on:
push:
branches:
- main # or the default branch name of your repository
- main

jobs:
build:
Expand All @@ -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 }}

GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a1c46b5

Please sign in to comment.