Skip to content

Commit

Permalink
ci(Release): Use ReVanced account instead of semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Mar 4, 2024
1 parent d414a91 commit c170392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Build with Flutter
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.REPOSITORY_PUSH_ACCESS }}
signingKey: "keystore.jks"
keyStorePassword: ${{ secrets.SIGNING_KEYSTORE_PASSWORD }}
keyAlias: ${{ secrets.SIGNING_KEY_ALIAS }}
Expand Down

0 comments on commit c170392

Please sign in to comment.