karaggeorge / mac-screen-capture-permissions

Check and request permission to capture the screen
118 stars 35 forks source link

Add GH Action to publish prebuilt binaries upon release #13

Closed saghul closed 3 years ago

saghul commented 3 years ago

In order to get this working you need to add a repository secret called PUBLISH_TOKEN with a personal access token you can create here: https://github.com/settings/tokens the required scopes are: public_repo, repo:status, repo_deployment

Then just go the releases page on GH and create and publish a new one. The action will run and attach the binaries to it once complete.

I can help if there are any hiccups.

saghul commented 3 years ago

@karaggeorge gentle reminder :-)

karaggeorge commented 3 years ago

@saghul I just tried this but it failed with: https://github.com/karaggeorge/mac-screen-capture-permissions/runs/2657994249?check_suite_focus=true

Can you check?