-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace GitHub PAT authentication with GitHub App
Personal Access Tokens are bound to a GitHub user, which doesn't work for teams. And when the workflow fails, that GitHub user gets notified. Using a GitHub App to authenticate makes it easier for teams to manage access.
- Loading branch information
1 parent
d891180
commit 49b150b
Showing
11 changed files
with
318 additions
and
84 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,28 @@ | ||
# CHANGELOG | ||
|
||
## V2.0.2 | ||
## 3.0.0 | ||
|
||
- Add support for GitHub Apps | ||
- Drop support for PHP 8.0 and 8.1 | ||
- Drop support for Laravel 8 and 9 | ||
- Drop support for GitHub Personal Access Tokens | ||
|
||
Run `php artisan vendor:publish --tag=publish-config` to publish the new configuration file. | ||
|
||
See "GitHub credentials" in README.md for information about creating a GitHub Apps. | ||
|
||
## 2.0.2 | ||
|
||
- Fix cms navigation bug | ||
|
||
## V2.0.1 | ||
## 2.0.1 | ||
|
||
- Add event for when publication was started | ||
|
||
## V2.0.0 | ||
## 2.0.0 | ||
|
||
- Nova 4 added as dependency. The tool is now compatible with Nova 4. | ||
|
||
## V1.0.0 | ||
## 1.0.0 | ||
|
||
- Initial version for Nova 3. |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.