How To Connect Netlify To YACSS
Netlify is a powerful hosting and deployment platform for modern web projects. Connecting Netlify to YACSS requires two things: a Netlify personal access token and a GitHub OAuth connection. Both are covered in this tutorial.
Open Cloud Connectivity
In YACSS, navigate to Cloud Connectivity from the sidebar. Click Connect on the Netlify card to begin the setup process.

Prepare Your Inputs
You will need the following two values — we will retrieve them in the steps below.
- Installation ID — Found in the GitHub URL after connecting Netlify to your GitHub account
- Token — A personal access token generated from your Netlify user settings
Part 1 — Netlify Token
Generate a Netlify Access Token
Log in to app.netlify.com. Click your profile icon at the bottom left and select User settings. Go to Applications → OAuth and click New access token. Give it a name and create it. Copy the token and paste it into the Token field in YACSS.
app.netlify.com
Part 2 — GitHub Installation ID
Find the Installation ID
Open the same GitHub account that is connected to your Netlify account. Go to Settings → Applications → Installed GitHub Apps. Find Netlify in the list and click Configure.

After clicking Configure, look at the URL in your browser. It will look like this:
github.com/settings/installations/{INSTALLATION_ID}Copy the number at the end of the URL — that is your Installation ID. Paste it into the corresponding field in YACSS.

Part 3 — GitHub OAuth Connection
Open GitHub OAuth Connectivity
In YACSS, navigate to OAuth Connectivity → GitHub in the sidebar and click Add New. Then open github.com/settings/profile, click your profile icon and select Settings.


Open Developer Settings
Scroll to the bottom of the Settings sidebar and click Developer settings. Then go to OAuth Apps and click New OAuth App.

Register the OAuth App
Fill in the form with the following values, then click Register application:
- Application name — Any name you want
- Homepage URL —
https://yacss.site/ - Authorization callback URL —
https://app.yacss.site/user/github-redirect.php


Copy Credentials & Authorize
Click Generate a new client secret. Copy both the Client ID and Client Secret and paste them into the YACSS GitHub OAuth form. Click Submit — YACSS will redirect you to GitHub where you need to click Authorize to complete the connection.

