mirror of
https://github.com/bitwarden/android.git
synced 2026-04-25 13:35:01 -05:00
26 lines
758 B
YAML
26 lines
758 B
YAML
name: Publish Password Manager GitHub Release as newest
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
schedule:
|
|
- cron: '0 * * * 1-5' # Every hour on the hour on weekdays
|
|
|
|
permissions:
|
|
contents: write
|
|
id-token: write
|
|
actions: write
|
|
|
|
jobs:
|
|
publish-release-password-manager:
|
|
name: Publish Password Manager Release
|
|
uses: bitwarden/gh-actions/.github/workflows/_publish-mobile-github-release.yml@main
|
|
with:
|
|
release_name: "Password Manager"
|
|
workflow_name: "publish-github-release-bwpm.yml"
|
|
credentials_filename: "play_creds.json"
|
|
project_type: android
|
|
make_latest: true
|
|
check_release_command: >
|
|
bundle exec fastlane getLatestPlayStoreVersion package_name:com.x8bit.bitwarden track:production
|
|
secrets: inherit
|