-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
ci(release): use github app token #1032
Merged
Merged
Conversation
This file contains 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
github-actions
bot
added
the
ci
Changes to our CI configuration files and scripts
label
Jan 13, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1032 +/- ##
=======================================
Coverage 96.50% 96.50%
=======================================
Files 113 113
Lines 3888 3888
=======================================
Hits 3752 3752
Misses 136 136
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
zeshuaro-bot bot
pushed a commit
that referenced
this pull request
Jan 14, 2024
## [1.14.2](v1.14.1...v1.14.2) (2024-01-14) ### Bug Fixes * **deps:** update firebase dependencies ([#1030](#1030)) ([bcbbb46](bcbbb46)) * **sdk:** update dependency flutter to v3.16.6 ([#1027](#1027)) ([d2e22f9](d2e22f9)) * **sdk:** update dependency flutter to v3.16.7 ([#1029](#1029)) ([a205ac3](a205ac3)) ### Documentation * **license:** add description, year and author ([#1025](#1025)) ([fdac6e2](fdac6e2)) * **license:** update copyright year to 2024 ([#1026](#1026)) ([52676c8](52676c8)) ### Miscellaneous Chores * **deps:** lock file maintenance ([#1013](#1013)) ([de9b8cb](de9b8cb)) * **deps:** lock file maintenance ([#1020](#1020)) ([6f815fb](6f815fb)) * **deps:** update dependency @qiwi/semantic-release-gh-pages-plugin to v5.2.12 ([#1017](#1017)) ([eee4e6c](eee4e6c)) * **deps:** update dependency semantic-release-pub to v0.7.0 ([#1023](#1023)) ([7423250](7423250)) * **node:** update dependency node to v20.11.0 ([#1024](#1024)) ([b32dabd](b32dabd)) ### Continuous Integration * **deps:** update zeshuaro/github-actions-workflows digest to 04a2125 ([#1016](#1016)) ([1c49f13](1c49f13)) * **deps:** update zeshuaro/github-actions-workflows digest to 1b78c32 ([#1022](#1022)) ([2171857](2171857)) * **deps:** update zeshuaro/github-actions-workflows digest to 29c0760 ([#1014](#1014)) ([60cfa3d](60cfa3d)) * **deps:** update zeshuaro/github-actions-workflows digest to 7b25428 ([#1031](#1031)) ([f40e02a](f40e02a)) * **deps:** update zeshuaro/github-actions-workflows digest to 8050038 ([#1015](#1015)) ([1b5e2dc](1b5e2dc)) * **deps:** update zeshuaro/github-actions-workflows digest to b4bf0b4 ([#1028](#1028)) ([9ecb7c5](9ecb7c5)) * **deps:** update zeshuaro/github-actions-workflows digest to b8a4973 ([#1019](#1019)) ([e84cfe7](e84cfe7)) * **scheduled:** provide `PAT` to workflow ([#1021](#1021)) ([a24deb7](a24deb7)) * **scheduled:** use github app id and private key ([#1034](#1034)) ([bce4274](bce4274)) * separate `pull_request` and `pull_request_target` actions ([#1018](#1018)) ([2618f08](2618f08)) * use github app token ([#1032](#1032)) ([ce28552](ce28552))
renovate bot
added a commit
that referenced
this pull request
Jan 14, 2024
…1035) * chore(release): 1.14.2 [skip ci] ## [1.14.2](v1.14.1...v1.14.2) (2024-01-14) ### Bug Fixes * **deps:** update firebase dependencies ([#1030](#1030)) ([bcbbb46](bcbbb46)) * **sdk:** update dependency flutter to v3.16.6 ([#1027](#1027)) ([d2e22f9](d2e22f9)) * **sdk:** update dependency flutter to v3.16.7 ([#1029](#1029)) ([a205ac3](a205ac3)) ### Documentation * **license:** add description, year and author ([#1025](#1025)) ([fdac6e2](fdac6e2)) * **license:** update copyright year to 2024 ([#1026](#1026)) ([52676c8](52676c8)) ### Miscellaneous Chores * **deps:** lock file maintenance ([#1013](#1013)) ([de9b8cb](de9b8cb)) * **deps:** lock file maintenance ([#1020](#1020)) ([6f815fb](6f815fb)) * **deps:** update dependency @qiwi/semantic-release-gh-pages-plugin to v5.2.12 ([#1017](#1017)) ([eee4e6c](eee4e6c)) * **deps:** update dependency semantic-release-pub to v0.7.0 ([#1023](#1023)) ([7423250](7423250)) * **node:** update dependency node to v20.11.0 ([#1024](#1024)) ([b32dabd](b32dabd)) ### Continuous Integration * **deps:** update zeshuaro/github-actions-workflows digest to 04a2125 ([#1016](#1016)) ([1c49f13](1c49f13)) * **deps:** update zeshuaro/github-actions-workflows digest to 1b78c32 ([#1022](#1022)) ([2171857](2171857)) * **deps:** update zeshuaro/github-actions-workflows digest to 29c0760 ([#1014](#1014)) ([60cfa3d](60cfa3d)) * **deps:** update zeshuaro/github-actions-workflows digest to 7b25428 ([#1031](#1031)) ([f40e02a](f40e02a)) * **deps:** update zeshuaro/github-actions-workflows digest to 8050038 ([#1015](#1015)) ([1b5e2dc](1b5e2dc)) * **deps:** update zeshuaro/github-actions-workflows digest to b4bf0b4 ([#1028](#1028)) ([9ecb7c5](9ecb7c5)) * **deps:** update zeshuaro/github-actions-workflows digest to b8a4973 ([#1019](#1019)) ([e84cfe7](e84cfe7)) * **scheduled:** provide `PAT` to workflow ([#1021](#1021)) ([a24deb7](a24deb7)) * **scheduled:** use github app id and private key ([#1034](#1034)) ([bce4274](bce4274)) * separate `pull_request` and `pull_request_target` actions ([#1018](#1018)) ([2618f08](2618f08)) * use github app token ([#1032](#1032)) ([ce28552](ce28552)) * ci(deps): update zeshuaro/github-actions-workflows digest to 11305da --------- Co-authored-by: semantic-release-bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
zeshuaro
pushed a commit
that referenced
this pull request
Jan 18, 2024
## [1.14.2](v1.14.1...v1.14.2) (2024-01-18) ### Bug Fixes * **deps:** update dependency path_provider to v2.1.2 ([#1041](#1041)) ([9941637](9941637)) * **deps:** update dependency url_launcher to v6.2.3 ([#1042](#1042)) ([0ba5f23](0ba5f23)) * **deps:** update firebase dependencies ([#1030](#1030)) ([bcbbb46](bcbbb46)) * **sdk:** update dependency flutter to v3.16.6 ([#1027](#1027)) ([d2e22f9](d2e22f9)) * **sdk:** update dependency flutter to v3.16.7 ([#1029](#1029)) ([a205ac3](a205ac3)) * **sdk:** update dependency flutter to v3.16.8 ([#1045](#1045)) ([2e2068a](2e2068a)) ### Documentation * **license:** add description, year and author ([#1025](#1025)) ([fdac6e2](fdac6e2)) * **license:** update copyright year to 2024 ([#1026](#1026)) ([52676c8](52676c8)) * **readme:** add codacy badge ([#1036](#1036)) ([88d3bae](88d3bae)) ### Miscellaneous Chores * **deps:** lock file maintenance ([#1013](#1013)) ([de9b8cb](de9b8cb)) * **deps:** lock file maintenance ([#1020](#1020)) ([6f815fb](6f815fb)) * **deps:** lock file maintenance ([#1039](#1039)) ([e6f9453](e6f9453)) * **deps:** update dependency @qiwi/semantic-release-gh-pages-plugin to v5.2.12 ([#1017](#1017)) ([eee4e6c](eee4e6c)) * **deps:** update dependency path_provider_platform_interface to v2.1.2 ([#1040](#1040)) ([689456b](689456b)) * **deps:** update dependency semantic-release to v23 ([#1043](#1043)) ([e6a0da4](e6a0da4)) * **deps:** update dependency semantic-release-pub to v0.7.0 ([#1023](#1023)) ([7423250](7423250)) * **deps:** update dependency semantic-release-pub to v0.7.1 ([#1044](#1044)) ([03fb0c9](03fb0c9)) * **node:** update dependency node to v20.11.0 ([#1024](#1024)) ([b32dabd](b32dabd)) * **vscode:** update config ([#1038](#1038)) ([f36fa2c](f36fa2c)) ### Continuous Integration * **deps:** update zeshuaro/github-actions-workflows digest to 04a2125 ([#1016](#1016)) ([1c49f13](1c49f13)) * **deps:** update zeshuaro/github-actions-workflows digest to 11305da ([#1037](#1037)) ([409b7c2](409b7c2)) * **deps:** update zeshuaro/github-actions-workflows digest to 1b78c32 ([#1022](#1022)) ([2171857](2171857)) * **deps:** update zeshuaro/github-actions-workflows digest to 29c0760 ([#1014](#1014)) ([60cfa3d](60cfa3d)) * **deps:** update zeshuaro/github-actions-workflows digest to 7b25428 ([#1031](#1031)) ([f40e02a](f40e02a)) * **deps:** update zeshuaro/github-actions-workflows digest to 8050038 ([#1015](#1015)) ([1b5e2dc](1b5e2dc)) * **deps:** update zeshuaro/github-actions-workflows digest to b4bf0b4 ([#1028](#1028)) ([9ecb7c5](9ecb7c5)) * **deps:** update zeshuaro/github-actions-workflows digest to b8a4973 ([#1019](#1019)) ([e84cfe7](e84cfe7)) * **release:** switch back to personal token ([#1047](#1047)) ([6351d3a](6351d3a)) * **scheduled:** provide `PAT` to workflow ([#1021](#1021)) ([a24deb7](a24deb7)) * **scheduled:** use github app id and private key ([#1034](#1034)) ([bce4274](bce4274)) * separate `pull_request` and `pull_request_target` actions ([#1018](#1018)) ([2618f08](2618f08)) * use github app token ([#1032](#1032)) ([ce28552](ce28552))
🎉 This PR is included in version 1.14.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.