Skip to content

Commit

Permalink
i do need that token
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Beegan committed May 10, 2024
1 parent 231a585 commit 97ba3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
java-version: '17.x'
java-version: '1.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '3.1'
Expand All @@ -30,4 +30,4 @@ jobs:
with:
artifacts: "build/app/output/apk/debug/*"
tag: v1.0.${{github.run_number}}

token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 97ba3f2

Please sign in to comment.