-
Notifications
You must be signed in to change notification settings - Fork 927
[BRE-1194] temporarily enable hourly checks for github release #5895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
0864b2d
temporarily enable hourly checks for github release
AmyLGalles f5833ee
update actions with dry run options and actions permission
AmyLGalles 898ea3c
add dry run to run name
AmyLGalles 70a266e
test enable disable again
AmyLGalles e188a8e
test enable disable again
AmyLGalles 8006189
test enable disable again
AmyLGalles d5e9463
remove test options
AmyLGalles c13973c
add specific branch for testing
AmyLGalles 12ea84c
add write permissions
AmyLGalles 836b3cc
remove test settings
AmyLGalles 4749080
restore setting to run weekdays
AmyLGalles dd2cf0f
splitting password manager and authenticator workflows
AmyLGalles 7e20acd
enable publish workflow only if success
AmyLGalles 251d300
Merge branch 'main' into agalles/BRE-1118
AmyLGalles c871058
remove unnecessary permissions
AmyLGalles 274e829
Apply suggestions from code review
AmyLGalles 55c150a
fixing logic for new filenames
AmyLGalles eea675f
changing pwm to bwpm
AmyLGalles a90a11d
Apply suggestions from code review
AmyLGalles 7e08077
fixing if then logic
AmyLGalles 04c3810
change back to pm from bwpm for simplicity
AmyLGalles 85951a5
Merge remote-tracking branch 'refs/remotes/origin/agalles/BRE-1118' i…
AmyLGalles 3f875d8
reverse recent name change
AmyLGalles 3a0a0d6
resolving merge conflicts
AmyLGalles 5f4ab65
resolving merge conflicts
AmyLGalles c27a4c8
newline
AmyLGalles File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| name: Publish Password Manager and Authenticator 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: read | ||
|
|
||
| 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 | ||
| check_release_command: > | ||
| bundle exec fastlane getLatestPlayStoreVersion package_name:com.x8bit.bitwarden track:production | ||
| secrets: inherit |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.