From 42207bfa4c12e10d12f52e4e471c870d88abe0f4 Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Sat, 26 Mar 2022 10:47:07 +0100 Subject: [PATCH] :memo: Add note on gist file name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7992df9..97601fe 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/schneegan ## Configuration -1. Head over to [gist.github.com](https://gist.github.com/) and create a new gist. You will need the ID of the gist (this is the long alphanumerical part of its URL) later. +1. Head over to [gist.github.com](https://gist.github.com/) and create a new gist. You can name the file `test.json`, but this can be changed later as well. You will need the ID of the gist (this is the long alphanumerical part of its URL) later. 2. Navigate to [github.com/settings/tokens](https://github.com/settings/tokens) and create a new token with the *gist* scope. 3. Go to the *Secrets* page of the settings of your repository and add this token as a new secret. You can give it any name, for example `GIST_SECRET`. 4. Add something like the following to your workflow: