Skip to content

Commit

Permalink
Merge pull request #2482 from get10101/fix/use-correct-token
Browse files Browse the repository at this point in the history
fix: we need a personal token here, not the repo token
  • Loading branch information
bonomat authored Apr 26, 2024
2 parents 269330a + 0219ab8 commit ac632c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
target_commitish: main
make_latest: false
repository: get10101/10101-test-apks
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_ACTION_TOKEN }}
files: |
mobile/build/app/outputs/flutter-apk/*.apk
mobile/build/app/outputs/flutter-apk/*.apk.sha1
Expand Down

0 comments on commit ac632c6

Please sign in to comment.