From 3d2de22e3d0beab188d8129c27f103d8e91bf13a Mon Sep 17 00:00:00 2001 From: Mohammad Parvin Date: Sun, 17 Jul 2022 19:56:42 +0430 Subject: [PATCH] Update README.md (#199) Failed to add secret. Secret names must not start with GITHUB_. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a6659e..005444c 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ jobs: with: artifacts: "release.tar.gz,foo/*.txt" bodyFile: "body.md" - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.YOUR_GITHUB_TOKEN }} ```