You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keeping it up to date has been a bit tedious so I'm trying to automate it via this action. I have the following configuration in https://github.com/box-project/box:
I have the project https://github.com/box-project/box which publishes an artifact
box.phar
that is uploaded to each release. I also have the homebrew formula living in https://github.com/box-project/homebrew-box, which requires the taphumbug/box
.Keeping it up to date has been a bit tedious so I'm trying to automate it via this action. I have the following configuration in https://github.com/box-project/box:
(the full workflow can be found here)
The
BOX_HOMEBREW_TAP_TOKEN
is a fine-grained access token which has access to:box-project/box
andbox-project/homebrew-box
I expected this to be enough but that does not seem to be the case: https://github.com/box-project/box/actions/runs/4330997891/jobs/7562608715#step:2:233
Do you know by any chance what fine-grained permissions are required to make it work?
The text was updated successfully, but these errors were encountered: