From 1c26b4247c3cc750000c88b75d06ab0193d8d847 Mon Sep 17 00:00:00 2001 From: Andrew Ochsner Date: Wed, 24 May 2023 12:04:49 -0500 Subject: [PATCH] update changelog w/ github token/app permissions Signed-off-by: Andrew Ochsner --- .changeset/wet-vans-drive.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/wet-vans-drive.md b/.changeset/wet-vans-drive.md index a61c764122..75f4d96293 100644 --- a/.changeset/wet-vans-drive.md +++ b/.changeset/wet-vans-drive.md @@ -4,4 +4,6 @@ '@backstage/integration': patch --- -Add support for Repository Variables and Secrets to the `publish:github` and `github:repo:create` scaffolder actions. Upgrade octokit introduces some breaking changes. +Add support for Repository Variables and Secrets to the `publish:github` and `github:repo:create` scaffolder actions. You will need to add `read/write` permissions to your GITHUB_TOKEN and/or Github Backstage App for Repository `Secrets` and `Variables` + +Upgrade octokit introduces some breaking changes.