mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
docs: homebrew link to resource-not-accessible-by-integration (#4003)
This adds information on token configuration in hopes that users who read it will avoid the error. Co-authored-by: Michał Matczuk <mmatczuk@gmail.com>
This commit is contained in:
parent
4508ba71c7
commit
aecc9ea982
@ -273,6 +273,12 @@ from one software to another.
|
||||
Our suggestion is to create a `my-app-head.rb` file on your tap following
|
||||
[homebrew's documentation](https://docs.brew.sh/Formula-Cookbook#unstable-versions-head).
|
||||
|
||||
## GitHub Actions
|
||||
|
||||
To publish a formula from one repository to another using GitHub Actions, you cannot use the default action token.
|
||||
You must use a separate token with content write privileges for the tap repository.
|
||||
You can check the [resource not accessible by integration](https://goreleaser.com/errors/resource-not-accessible-by-integration/) for more information.
|
||||
|
||||
## Limitations
|
||||
|
||||
- Only one `GOARM` build is allowed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user