Send to GitHub
Sending content to GitHub is very simple. You only need to specify a repository address and provide an Access Token to allow FlowFerry to access your designated repository.
In the settings page, you need to fill in three pieces of information: your GitHub username, repository name, and your access token.
Obtaining an Access Token
- Log in to your GitHub account.
- Click on your avatar in the top right corner and select Settings.
- In the left sidebar, select Developer settings.
- Choose Personal access tokens, then click Generate new token.
- Select the permissions you need, and it is recommended to check the
repo
scope. - After generating the token, copy and save it in a secure place.
After completing the above steps, you will be able to send content to the specified GitHub repository.