From ae54ada65e4fec11ca5b591319d59e5876d8f13e Mon Sep 17 00:00:00 2001 From: Miah Johnson Date: Mon, 30 Sep 2019 15:37:50 -0700 Subject: [PATCH] Pass access token Signed-off-by: Miah Johnson --- .expeditor/publish-release-notes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/publish-release-notes.sh b/.expeditor/publish-release-notes.sh index b338afad1..ab9e2e6aa 100755 --- a/.expeditor/publish-release-notes.sh +++ b/.expeditor/publish-release-notes.sh @@ -2,7 +2,7 @@ set -eou pipefail -git clone https://github.com/inspec/inspec.wiki.git +git clone https://x-access-token:${GITHUB_TOKEN}@github.com/inspec/inspec.wiki.git pushd ./inspec.wiki # Publish release notes to S3