From cc6a854b28fe678ff2b3dfe2b0e2523e5abe128e Mon Sep 17 00:00:00 2001 From: Austen Stone Date: Tue, 23 Apr 2024 12:56:59 -0400 Subject: [PATCH] Update README.md with PAT setup instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3e06020..80113b4 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,16 @@ This repository serves as a [template](https://docs.github.com/en/repositories/c ## Usage Create a workflow (eg: `.github/workflows/seat-count.yml`). See [Creating a Workflow file](https://help.github.com/en/articles/configuring-a-workflow#creating-a-workflow-file). - + #### Example ```yml