Skip to content

Commit

Permalink
ci: cherrypicks leftovers (WPB-8645) (#3326)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina authored Aug 14, 2024
1 parent e429419 commit 25e4ff2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-fdroid-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,5 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-bucket: ${{ secrets.AWS_S3_BUCKET }}
github-token: ${{ secrets.GITHUB_TOKEN }}
build-flavour: Fdroid
build-flavour: fdroid
build-variant: compatrelease
- name: Attach APK to release
uses: softprops/action-gh-release@v2.0.8
with:
files: app/build/outputs/apk/fdroidCompatRelease/*.apk
4 changes: 2 additions & 2 deletions .github/workflows/generate-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
- name: 'Attach changelog to tag'
uses: softprops/action-gh-release@v2.0.8
env:
GITHUB_TOKEN: ${{github.token}}
GITHUB_TOKEN: ${{ secrets.ANDROID_BOB_GH_TOKEN }}
with:
tag_name: ${{env.CURRENT_TAG}}
name: ${{env.CURRENT_TAG}}
body_path: ./CHANGELOG.md
draft: false
draft: true
prerelease: false

0 comments on commit 25e4ff2

Please sign in to comment.