Skip to content

Commit

Permalink
chore(release pipeline): Add personal access token to release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaegel committed Dec 22, 2023
1 parent a915c0a commit fc2a91d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,4 @@ jobs:
build/app/outputs/flutter-apk/app-armeabi-v7a-release.apk,
build/app/outputs/flutter-apk/app-arm64-v8a-release.apk,
build/app/outputs/flutter-apk/app-x86_64-release.apk
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

0 comments on commit fc2a91d

Please sign in to comment.